Skip to content

Commit 3c4eb15

Browse files
drmingdrmerclaude
andcommitted
fix: correct function name in documentation
- Fix adaptable_timestamp_to_duration -> flexible_timestamp_to_duration in doc comment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bb27b43 commit 3c4eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kv_meta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct KVMeta {
3131
/// - Values > `100_000_000_000`: treated as milliseconds since epoch
3232
/// - Values ≤ `100_000_000_000`: treated as seconds since epoch
3333
///
34-
/// See [`adaptable_timestamp_to_duration`]
34+
/// See [`flexible_timestamp_to_duration`]
3535
pub expire_at: Option<u64>,
3636
}
3737

0 commit comments

Comments
 (0)