mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Adjust the description of Type
This commit is contained in:
parent
df0490663c
commit
25cce673bb
@ -117,7 +117,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
||||
pub enum Type {
|
||||
/// Binary data.
|
||||
Blob,
|
||||
/// A 64-bit IEEE floating-point number.
|
||||
/// A 64-bit floating-point number.
|
||||
Float,
|
||||
/// A 64-bit signed integer.
|
||||
Integer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user