doc: fix typo

This commit is contained in:
Andrew Gallant 2018-08-20 18:00:14 -04:00
parent 180054d7dc
commit 7ac9782970
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

6
FAQ.md
View File

@ -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 multiple lines, then enable multiline mode with `-U` and disable PCRE2's
Unicode support with the `--no-pcre2-unicode` flag. Unicode support with the `--no-pcre2-unicode` flag.
Caveat emptor: This author is not a PCRE2 exit, so there may be APIs that can Caveat emptor: This author is not a PCRE2 expert, so there may be APIs that can
improve performance. Similarly, there may be alternative designs for a improve performance that the author missed. Similarly, there may be alternative
searching tool that are more amenable to how PCRE2 works. designs for a searching tool that are more amenable to how PCRE2 works.
<h3 name="rg-other-cmd"> <h3 name="rg-other-cmd">