mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-09 09:46:50 +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
|
self.0 as f32
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Convert the scalar into a `f64`
|
/// Convert the scalar into an `f64`
|
||||||
pub fn into_f64(self) -> f64 {
|
pub fn into_f64(self) -> f64 {
|
||||||
self.0
|
self.0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user