Skip to content

Commit 3662851

Browse files
authored
doc: fix typo
PR #814
1 parent 63ee669 commit 3662851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/re_unicode.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ impl Regex {
538538
mut rep: R,
539539
) -> Cow<'t, str> {
540540
// 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
541+
// then we can use the fast path. The fast path can make a tremendous
542542
// difference:
543543
//
544544
// 1) We use `find_iter` instead of `captures_iter`. Not asking for

0 commit comments

Comments
 (0)