From 68ea954adc426ec2f82ee4f13ed3f57b317ccd5d Mon Sep 17 00:00:00 2001 From: Zentropivity <73995561+Zentropivity@users.noreply.github.com> Date: Sun, 30 Jul 2023 16:28:47 +0200 Subject: [PATCH] Fix typo (#103) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 71bba787..e7cc6657 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -561,7 +561,7 @@ pub enum SubstepSet { /// /// See [`SolverPlugin`]. UpdateVelocities, - /// Responsible for applying dynamic friction, restitution and joint damping at the end of thei + /// Responsible for applying dynamic friction, restitution and joint damping at the end of the /// substepping loop. /// /// See [`SolverPlugin`].