docstring/spelling

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

View File

@@ -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 {