We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d9c4 commit 1fb903fCopy full SHA for 1fb903f
src/force.rs
@@ -75,7 +75,7 @@ impl Force {
75
self.newtons * 1e6
76
}
77
78
- /// Convert this Force into a floating point value in Milliewtons
+ /// Convert this Force into a floating point value in Millinewtons
79
pub fn as_millinewtons(&self) -> f64 {
80
self.newtons * 1e3
81
0 commit comments