We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb27b43 commit 3c4eb15Copy full SHA for 3c4eb15
src/kv_meta.rs
@@ -31,7 +31,7 @@ pub struct KVMeta {
31
/// - Values > `100_000_000_000`: treated as milliseconds since epoch
32
/// - Values ≤ `100_000_000_000`: treated as seconds since epoch
33
///
34
- /// See [`adaptable_timestamp_to_duration`]
+ /// See [`flexible_timestamp_to_duration`]
35
pub expire_at: Option<u64>,
36
}
37
0 commit comments