We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ReverseSearcher
1 parent a9d1caf commit 9a7e527Copy full SHA for 9a7e527
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