fix some typo

This commit is contained in:
meteorgan 2025-02-13 23:03:41 +08:00
parent 248a369afc
commit 744df6eedf
3 changed files with 5 additions and 5 deletions

View file

@ -343,7 +343,7 @@ impl Value {
}
}
/// Creates a new float Value from an f64
/// Creates a new float Value from a f64
pub fn from_float(value: f64) -> Self {
Self {
value_type: ValueType::Float,