Merge pull request #433 from USER-5/patch-1

Fix typo in CharacterLength enum doc
This commit is contained in:
Sébastien Crozet
2023-01-15 12:12:30 +01:00
committed by GitHub

View File

@@ -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 shapes size.
/// The length is specified as an aboslute value, independent from the character shapes 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