diff options
Diffstat (limited to 'src/control')
| -rw-r--r-- | src/control/character_controller.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/character_controller.rs b/src/control/character_controller.rs index 28ba475..3972adc 100644 --- a/src/control/character_controller.rs +++ b/src/control/character_controller.rs @@ -17,7 +17,7 @@ pub enum CharacterLength { /// for a shape with an height equal to 20.0 will result in a maximum step height /// of `0.1 * 20.0 = 2.0`. Relative(Real), - /// The lengt his specified as an aboslute value, independent from the character shape’s size. + /// The length is specified as an aboslute value, independent from the character shape’s size. /// /// For example setting `CharacterAutostep::max_height` to `CharacterLength::Relative(0.1)` /// for a shape with an height equal to 20.0 will result in a maximum step height |
