Skip to content

Commit 0f6c93b

Browse files
fix docs
1 parent d38c058 commit 0f6c93b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • storage/src/archive/prunable

storage/src/archive/prunable/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
//! # Uniqueness
3232
//!
3333
//! Indices are unique for [Archive] — writing to an occupied index is a no-op. Duplicate indices
34-
//! can be stored via [MultiArchive::put_multi]. Keys may be stored at multiple indices with either
35-
//! put variant: a lookup by [Identifier::Key] may return any of the values at that key, with one
36-
//! refinement over the base trait contract — entries whose index has been pruned are never
37-
//! returned or reported as present, so a key that matches both a pruned and a non-pruned entry
38-
//! resolves to the non-pruned entry.
34+
//! can be stored via [`crate::archive::MultiArchive::put_multi`]. Keys may be stored at multiple
35+
//! indices with either put variant: a lookup by [`crate::archive::Identifier::Key`] may return any
36+
//! of the values at that key, with one refinement over the base trait contract — entries whose
37+
//! index has been pruned are never returned or reported as present, so a key that matches both a
38+
//! pruned and a non-pruned entry resolves to the non-pruned entry.
3939
//!
4040
//! ## Conflicts
4141
//!

0 commit comments

Comments
 (0)