Skip to content

Commit 9a7e527

Browse files
author
Sky
authored
Fix typo in ReverseSearcher docs
1 parent a9d1caf commit 9a7e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/str/pattern.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ pub unsafe trait Searcher<'a> {
267267
/// The index ranges returned by this trait are not required
268268
/// to exactly match those of the forward search in reverse.
269269
///
270-
/// For the reason why this trait is marked unsafe, see them
270+
/// For the reason why this trait is marked unsafe, see the
271271
/// parent trait [`Searcher`].
272272
pub unsafe trait ReverseSearcher<'a>: Searcher<'a> {
273273
/// Performs the next search step starting from the back.

0 commit comments

Comments
 (0)