Skip to content

Commit 1150ed3

Browse files
authored
Merge pull request #1396 from nyurik/patch-1
[docs] minor docs grammar fix
2 parents 7a0b59c + ed1adec commit 1150ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,8 +1361,8 @@ impl Tree {
13611361
}
13621362
}
13631363

1364-
/// Create an iterator over tuples of keys and values,
1365-
/// where the all the keys starts with the given prefix.
1364+
/// Create an iterator over tuples of keys and values
1365+
/// where all keys start with the given prefix.
13661366
///
13671367
/// # Examples
13681368
///

0 commit comments

Comments
 (0)