Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
PR #814
  • Loading branch information
autarch committed Nov 15, 2021
1 parent 63ee669 commit 3662851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_unicode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ impl Regex {
mut rep: R,
) -> Cow<'t, str> {
// If we know that the replacement doesn't have any capture expansions,
// 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
// difference:
//
// 1) We use `find_iter` instead of `captures_iter`. Not asking for
Expand Down

0 comments on commit 3662851

Please sign in to comment.