Fix typo in ReverseSearcher docs

This commit is contained in:
Sky 2022-10-17 13:14:15 -04:00 committed by GitHub
parent a9d1cafa87
commit 9a7e527e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.