File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ impl Regex {
11541154 ///
11551155 /// A [`CaptureLocations`] stores the same byte offsets as a [`Captures`],
11561156 /// 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
11581158 /// may allocate their own `CaptureLocations` and reuse it for multiple
11591159 /// searches. This may be helpful if allocating a `Captures` shows up in a
11601160 /// profile as too costly.
Original file line number Diff line number Diff line change @@ -1145,7 +1145,7 @@ impl Regex {
11451145 ///
11461146 /// A [`CaptureLocations`] stores the same byte offsets as a [`Captures`],
11471147 /// 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
11491149 /// may allocate their own `CaptureLocations` and reuse it for multiple
11501150 /// searches. This may be helpful if allocating a `Captures` shows up in a
11511151 /// profile as too costly.
You can’t perform that action at this time.
0 commit comments