aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/multibody_joint
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-08-09 19:31:08 +0700
committerGitHub <noreply@github.com>2024-08-09 14:31:08 +0200
commited133e1ea9fca451ed8b06ea2c7d067990975bf6 (patch)
tree120a8361333b8a311d69fc957275c9ddc5add37f /src/dynamics/joint/multibody_joint
parent5542bc5dbd7c569c23c8147c295fd3301fd29cfd (diff)
downloadrapier-ed133e1ea9fca451ed8b06ea2c7d067990975bf6.tar.gz
rapier-ed133e1ea9fca451ed8b06ea2c7d067990975bf6.tar.bz2
rapier-ed133e1ea9fca451ed8b06ea2c7d067990975bf6.zip
Fix more typos. (#712)
These are ones not found by `typos` for various reasons.
Diffstat (limited to 'src/dynamics/joint/multibody_joint')
-rw-r--r--src/dynamics/joint/multibody_joint/multibody_joint_set.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamics/joint/multibody_joint/multibody_joint_set.rs b/src/dynamics/joint/multibody_joint/multibody_joint_set.rs
index 8a56a72..a9bf521 100644
--- a/src/dynamics/joint/multibody_joint/multibody_joint_set.rs
+++ b/src/dynamics/joint/multibody_joint/multibody_joint_set.rs
@@ -374,7 +374,7 @@ impl MultibodyJointSet {
))
}
- /// Returns the the joint between two rigid-bodies (if it exists).
+ /// Returns the joint between two rigid-bodies (if it exists).
pub fn joint_between(
&self,
rb1: RigidBodyHandle,