Skip to content

Commit 10faa44

Browse files
author
Gold Edem Hogan
authoredAug 23, 2023
doc: fix a couple typos
PR #1068
1 parent 431c4e4 commit 10faa44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/regex/bytes.rs

+1-1
Original file line numberDiff line numberDiff 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.

‎src/regex/string.rs

+1-1
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)