Fix word in doc comment

This commit is contained in:
Hanno Braun 2022-02-19 11:43:26 +01:00
parent b147bb8780
commit 500604044d

View File

@ -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
}