We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ee669 commit 3662851Copy full SHA for 3662851
src/re_unicode.rs
@@ -538,7 +538,7 @@ impl Regex {
538
mut rep: R,
539
) -> Cow<'t, str> {
540
// If we know that the replacement doesn't have any capture expansions,
541
- // then we can fast path. The fast path can make a tremendous
+ // then we can use the fast path. The fast path can make a tremendous
542
// difference:
543
//
544
// 1) We use `find_iter` instead of `captures_iter`. Not asking for
0 commit comments