aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/geometry/collider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs
index 2691a1a..c8d421b 100644
--- a/src/geometry/collider.rs
+++ b/src/geometry/collider.rs
@@ -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,