1
Fork 0

Minor spelling fixes

This commit is contained in:
Carlos E. Garcia 2016-02-09 11:52:39 -05:00
parent 6630a08195
commit 02aa0aff2f
19 changed files with 20 additions and 20 deletions

View file

@ -1740,7 +1740,7 @@ impl StrExt for str {
let mut matcher = pat.into_searcher(self);
if let Some((a, b)) = matcher.next_reject() {
i = a;
j = b; // Rember earliest known match, correct it below if
j = b; // Remember earliest known match, correct it below if
// last match is different
}
if let Some((_, b)) = matcher.next_reject_back() {