Fix more typos. (#712)

These are ones not found by `typos` for various reasons.
This commit is contained in:
Bruce Mitchener
2024-08-09 19:31:08 +07:00
committed by GitHub
parent 5542bc5dbd
commit ed133e1ea9
5 changed files with 6 additions and 6 deletions

View File

@@ -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,