From ed133e1ea9fca451ed8b06ea2c7d067990975bf6 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 9 Aug 2024 19:31:08 +0700 Subject: Fix more typos. (#712) These are ones not found by `typos` for various reasons. --- src/dynamics/joint/multibody_joint/multibody_joint_set.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamics') 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, -- cgit