aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2021-03-08 10:04:07 +0100
committerGitHub <noreply@github.com>2021-03-08 10:04:07 +0100
commit018cc236398ef5f6bc2022d1c9b145d76cfc88a4 (patch)
tree5d25a3c29aacf18e1f39166c4347610c4684ffa7
parent0909077094774a58f2705120cec7aa0003178a03 (diff)
downloadrapier-018cc236398ef5f6bc2022d1c9b145d76cfc88a4.tar.gz
rapier-018cc236398ef5f6bc2022d1c9b145d76cfc88a4.tar.bz2
rapier-018cc236398ef5f6bc2022d1c9b145d76cfc88a4.zip
docstring/spelling
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
-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,