From c4599e808059b8a15cefa216c9b5c8c358766fc3 Mon Sep 17 00:00:00 2001 From: Zentropivity Date: Sun, 30 Jul 2023 15:24:43 +0200 Subject: [PATCH] Fix typo --- 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`].