summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-20 18:00:14 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-20 18:00:14 -0400
commit7ac97829700d1e7a54b7b7e851cf266cdbad4071 (patch)
tree1841000d9be6811a80690e4f8cf02b93755045da
parent180054d7dc6975a8eb76e9020b00bfcbea9edf3a (diff)
doc: fix typo
-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">