We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3672caf + 137f5bc commit 01c7f3aCopy full SHA for 01c7f3a
src/libcore/str/pattern.rs
@@ -324,7 +324,7 @@ unsafe impl<'a> Searcher<'a> for CharSearcher<'a> {
324
// the second byte when searching for the third.
325
//
326
// However, this is totally okay. While we have the invariant that
327
- // self.finger is on a UTF8 boundary, this invariant is not relid upon
+ // self.finger is on a UTF8 boundary, this invariant is not relied upon
328
// within this method (it is relied upon in CharSearcher::next()).
329
330
// We only exit this method when we reach the end of the string, or if we
0 commit comments