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