docstring/spelling

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

View File

@@ -154,7 +154,7 @@ pub struct ColliderBuilder {
/// The uniform density of the collider to be built.
density: Option<Real>,
/// 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<MassProperties>,
/// The friction coefficient of the collider to be built.
pub friction: Real,