doc tweak
This commit is contained in:
parent
c9a949d5d2
commit
33cf49b354
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ pub mod sqlite_plugin {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the timestamp portion as number of fractional seconds (`f64`),
|
/// Returns the timestamp portion as fractional seconds (`f64`), for
|
||||||
/// for use in SQLite's `datetime()` function.
|
/// convenient use in SQLite's `datetime()` function.
|
||||||
///
|
///
|
||||||
/// ```text
|
/// ```text
|
||||||
/// sqlite> select julid_seconds(julid_new());
|
/// sqlite> select julid_seconds(julid_new());
|
||||||
|
|
Loading…
Reference in a new issue