File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ impl Regex {
1154
1154
///
1155
1155
/// A [`CaptureLocations`] stores the same byte offsets as a [`Captures`],
1156
1156
/// but does *not* store a reference to the haystack. This makes its API
1157
- /// a bit lower level and less convenience . But in exchange, callers
1157
+ /// a bit lower level and less convenient . But in exchange, callers
1158
1158
/// may allocate their own `CaptureLocations` and reuse it for multiple
1159
1159
/// searches. This may be helpful if allocating a `Captures` shows up in a
1160
1160
/// profile as too costly.
Original file line number Diff line number Diff line change @@ -1145,7 +1145,7 @@ impl Regex {
1145
1145
///
1146
1146
/// A [`CaptureLocations`] stores the same byte offsets as a [`Captures`],
1147
1147
/// but does *not* store a reference to the haystack. This makes its API
1148
- /// a bit lower level and less convenience . But in exchange, callers
1148
+ /// a bit lower level and less convenient . But in exchange, callers
1149
1149
/// may allocate their own `CaptureLocations` and reuse it for multiple
1150
1150
/// searches. This may be helpful if allocating a `Captures` shows up in a
1151
1151
/// profile as too costly.
You can’t perform that action at this time.
0 commit comments