doc tweak

This commit is contained in:
Joe Ardent 2023-07-28 08:21:50 -07:00
parent c9a949d5d2
commit 33cf49b354
1 changed files with 2 additions and 2 deletions

View File

@ -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());