File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1186,8 +1186,8 @@ impl Regex {
1186
1186
/// To create a `CaptureLocations` value, use the
1187
1187
/// [`Regex::capture_locations`] method.
1188
1188
///
1189
- /// This also the overall match if one was found. When a match is found,
1190
- /// its offsets are also always stored in `locs` at index `0`.
1189
+ /// This also returns the overall match if one was found. When a match is
1190
+ /// found, its offsets are also always stored in `locs` at index `0`.
1191
1191
///
1192
1192
/// # Panics
1193
1193
///
Original file line number Diff line number Diff line change @@ -1162,8 +1162,8 @@ impl Regex {
1162
1162
/// To create a `CaptureLocations` value, use the
1163
1163
/// [`Regex::capture_locations`] method.
1164
1164
///
1165
- /// This also the overall match if one was found. When a match is found,
1166
- /// its offsets are also always stored in `locs` at index `0`.
1165
+ /// This also returns the overall match if one was found. When a match is
1166
+ /// found, its offsets are also always stored in `locs` at index `0`.
1167
1167
///
1168
1168
/// # Example
1169
1169
///
Original file line number Diff line number Diff line change @@ -1153,8 +1153,8 @@ impl Regex {
1153
1153
/// To create a `CaptureLocations` value, use the
1154
1154
/// [`Regex::capture_locations`] method.
1155
1155
///
1156
- /// This also the overall match if one was found. When a match is found,
1157
- /// its offsets are also always stored in `locs` at index `0`.
1156
+ /// This also returns the overall match if one was found. When a match is
1157
+ /// found, its offsets are also always stored in `locs` at index `0`.
1158
1158
///
1159
1159
/// # Panics
1160
1160
///
You can’t perform that action at this time.
0 commit comments