docstring/spelling

Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
Emil Ernerfeldt
2021-03-08 10:04:28 +01:00
committed by GitHub
parent 22a402983c
commit 05614dc471

View File

@@ -505,6 +505,7 @@ impl ColliderBuilder {
}
/// Sets the uniform density of the collider this builder will build.
///
/// This will be overridden by a call to [`Self::mass_properties`] so it only makes sense to call
/// either [`Self::density`] or [`Self::mass_properties`].
pub fn density(mut self, density: Real) -> Self {