From 018cc236398ef5f6bc2022d1c9b145d76cfc88a4 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 8 Mar 2021 10:04:07 +0100 Subject: docstring/spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Crozet --- src/geometry/collider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs index 2691a1a..c8d421b 100644 --- a/src/geometry/collider.rs +++ b/src/geometry/collider.rs @@ -154,7 +154,7 @@ pub struct ColliderBuilder { /// The uniform density of the collider to be built. density: Option, /// Overrides automatic computation of `MassProperties`. - /// If None, it will be computed based on shape and desnity. + /// If None, it will be computed based on shape and density. mass_properties: Option, /// The friction coefficient of the collider to be built. pub friction: Real, -- cgit