Skip to content

Commit 1fb903f

Browse files
sunsidedeldruin
authored andcommitted
Fix a typo in as_millinewtons documentation
1 parent 405d9c4 commit 1fb903f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/force.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl Force {
7575
self.newtons * 1e6
7676
}
7777

78-
/// Convert this Force into a floating point value in Milliewtons
78+
/// Convert this Force into a floating point value in Millinewtons
7979
pub fn as_millinewtons(&self) -> f64 {
8080
self.newtons * 1e3
8181
}

0 commit comments

Comments
 (0)