File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -828,8 +828,8 @@ impl<'t> Captures<'t> {
828
828
}
829
829
}
830
830
831
- /// Expands all instances of `$name` in `text ` to the corresponding capture
832
- /// group `name`, and writes them to the `dst` buffer given.
831
+ /// Expands all instances of `$name` in `replacement ` to the corresponding
832
+ /// capture group `name`, and writes them to the `dst` buffer given.
833
833
///
834
834
/// `name` may be an integer corresponding to the index of the
835
835
/// capture group (counted by order of opening parenthesis where `0` is the
Original file line number Diff line number Diff line change @@ -979,8 +979,8 @@ impl<'t> Captures<'t> {
979
979
}
980
980
}
981
981
982
- /// Expands all instances of `$name` in `text ` to the corresponding capture
983
- /// group `name`, and writes them to the `dst` buffer given.
982
+ /// Expands all instances of `$name` in `replacement ` to the corresponding
983
+ /// capture group `name`, and writes them to the `dst` buffer given.
984
984
///
985
985
/// `name` may be an integer corresponding to the index of the
986
986
/// capture group (counted by order of opening parenthesis where `0` is the
You can’t perform that action at this time.
0 commit comments