mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-11 09:30:25 +00:00
Fix word in doc comment
This commit is contained in:
parent
b147bb8780
commit
500604044d
@ -67,7 +67,7 @@ impl Scalar {
|
||||
self.0 as f32
|
||||
}
|
||||
|
||||
/// Convert the scalar into a `f64`
|
||||
/// Convert the scalar into an `f64`
|
||||
pub fn into_f64(self) -> f64 {
|
||||
self.0
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user