mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
fix some typo
This commit is contained in:
parent
248a369afc
commit
744df6eedf
3 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue