docstring/spelling
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
@@ -154,7 +154,7 @@ pub struct ColliderBuilder {
|
|||||||
/// The uniform density of the collider to be built.
|
/// The uniform density of the collider to be built.
|
||||||
density: Option<Real>,
|
density: Option<Real>,
|
||||||
/// Overrides automatic computation of `MassProperties`.
|
/// 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>,
|
mass_properties: Option<MassProperties>,
|
||||||
/// The friction coefficient of the collider to be built.
|
/// The friction coefficient of the collider to be built.
|
||||||
pub friction: Real,
|
pub friction: Real,
|
||||||
|
|||||||
Reference in New Issue
Block a user