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(())
|
||||
}
|
||||
|
||||
/// Returns the timestamp portion as number of fractional seconds (`f64`),
|
||||
/// for use in SQLite's `datetime()` function.
|
||||
/// Returns the timestamp portion as fractional seconds (`f64`), for
|
||||
/// convenient use in SQLite's `datetime()` function.
|
||||
///
|
||||
/// ```text
|
||||
/// sqlite> select julid_seconds(julid_new());
|
||||
|
|
Loading…
Reference in a new issue