Skip to content

Commit

Permalink
Fix typo in ReverseSearcher docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky authored Oct 17, 2022
1 parent a9d1caf commit 9a7e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/pattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pub unsafe trait Searcher<'a> {
/// 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.
Expand Down

0 comments on commit 9a7e527

Please sign in to comment.