summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrebelsky <4641927+drebelsky@users.noreply.github.com>2022-08-06 11:29:27 -0700
committerGitHub <noreply@github.com>2022-08-06 14:29:27 -0400
commit3bb71b0cb8727ac43237af78ba5c707298de0128 (patch)
treee6768b082c9c1de25e1d6a0ba98a5ae6e0fd967a
parent87b33c96c02b5d728324632956d301ef3d234f80 (diff)
doc: fix a few typos
PR #2274
-rw-r--r--crates/core/app.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/core/app.rs b/crates/core/app.rs
index 215a2b74..51527fef 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -875,8 +875,8 @@ Print the 0-based byte offset within the input file before each line of output.
If -o (--only-matching) is specified, print the offset of the matching part
itself.
-If ripgrep does transcoding, then the byte offset is in terms of the the result
-of transcoding and not the original data. This applies similarly to another
+If ripgrep does transcoding, then the byte offset is in terms of the result of
+transcoding and not the original data. This applies similarly to another
transformation on the source, such as decompression or a --pre filter. Note
that when the PCRE2 regex engine is used, then UTF-8 transcoding is done by
default.
@@ -970,7 +970,7 @@ or, equivalently,
rg --colors 'match:bg:0x0,0x80,0xFF'
-Note that the the intense and nointense style flags will have no effect when
+Note that the intense and nointense style flags will have no effect when
used alongside these extended color codes.
"
);