Skip to content

Commit

Permalink
Merge pull request spacejam#1396 from nyurik/patch-1
Browse files Browse the repository at this point in the history
[docs] minor docs grammar fix
  • Loading branch information
spacejam authored Feb 16, 2022
2 parents 7a0b59c + ed1adec commit 1150ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,8 @@ impl Tree {
}
}

/// Create an iterator over tuples of keys and values,
/// where the all the keys starts with the given prefix.
/// Create an iterator over tuples of keys and values
/// where all keys start with the given prefix.
///
/// # Examples
///
Expand Down

0 comments on commit 1150ed3

Please sign in to comment.