diff options
Diffstat (limited to 'src/dynamics')
| -rw-r--r-- | src/dynamics/joint/multibody_joint/multibody_joint_set.rs | 2 |
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, |
