Minor spelling fixes
This commit is contained in:
parent
6630a08195
commit
02aa0aff2f
19 changed files with 20 additions and 20 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue