summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index 6a301d00..ab71e7bb 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -683,9 +683,9 @@ about Unicode and you don't care about matches possibly spanning across
multiple lines, then enable multiline mode with `-U` and disable PCRE2's
Unicode support with the `--no-pcre2-unicode` flag.
-Caveat emptor: This author is not a PCRE2 exit, so there may be APIs that can
-improve performance. Similarly, there may be alternative designs for a
-searching tool that are more amenable to how PCRE2 works.
+Caveat emptor: This author is not a PCRE2 expert, so there may be APIs that can
+improve performance that the author missed. Similarly, there may be alternative
+designs for a searching tool that are more amenable to how PCRE2 works.
<h3 name="rg-other-cmd">