Fix typo in ReverseSearcher
docs
This commit is contained in:
parent
a9d1cafa87
commit
9a7e527e28
@ -267,7 +267,7 @@ fn next_reject(&mut self) -> Option<(usize, usize)> {
|
||||
/// The index ranges returned by this trait are not required
|
||||
/// to exactly match those of the forward search in reverse.
|
||||
///
|
||||
/// For the reason why this trait is marked unsafe, see them
|
||||
/// For the reason why this trait is marked unsafe, see the
|
||||
/// parent trait [`Searcher`].
|
||||
pub unsafe trait ReverseSearcher<'a>: Searcher<'a> {
|
||||
/// Performs the next search step starting from the back.
|
||||
|
Loading…
Reference in New Issue
Block a user