Skip to content

Commit 18e3212

Browse files
authored
Update single_writer.rs
1 parent 6088a3c commit 18e3212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tx/write/single_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl<'a> WriteTransaction<'a> {
491491
self.inner.range(partition, range)
492492
}
493493

494-
/// Iterates over a prefixed range of the transaction's state.
494+
/// Iterates over a prefixed set of the transaction's state.
495495
///
496496
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
497497
///

0 commit comments

Comments
 (0)