Skip to content

Commit e48addc

Browse files
authored
Update mod.rs
1 parent 18e3212 commit e48addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tx/write/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl BaseTransaction {
322322
.map(|item| item.map_err(Into::into))
323323
}
324324

325-
/// Iterates over a prefixed range of the transaction's state.
325+
/// Iterates over a prefixed set of the transaction's state.
326326
///
327327
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
328328
#[must_use]

0 commit comments

Comments
 (0)