We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 472a874 + 9a7e527 commit ba64378Copy full SHA for ba64378
library/core/src/str/pattern.rs
@@ -267,7 +267,7 @@ pub unsafe trait Searcher<'a> {
267
/// The index ranges returned by this trait are not required
268
/// to exactly match those of the forward search in reverse.
269
///
270
-/// For the reason why this trait is marked unsafe, see them
+/// For the reason why this trait is marked unsafe, see the
271
/// parent trait [`Searcher`].
272
pub unsafe trait ReverseSearcher<'a>: Searcher<'a> {
273
/// Performs the next search step starting from the back.
0 commit comments