From 22a402983cf26c2d937ee910508f448d434e9825 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 8 Mar 2021 10:04:21 +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 | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs index 0d42a05..78a6668 100644 --- a/src/geometry/collider.rs +++ b/src/geometry/collider.rs @@ -513,6 +513,7 @@ impl ColliderBuilder { } /// Sets the mass properties of the collider this builder will build. + /// /// If this is set, [`Self::density`] will be ignored, so it only makes sense to call /// either [`Self::density`] or [`Self::mass_properties`]. pub fn mass_properties(mut self, mass_properties: MassProperties) -> Self { -- cgit