aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e420630..8d1abf8 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ because it will reset them.
`pcre_find` also provides ability to set named variables to matched substrings.
It can be useful if you want to preserve captured value after another matching
-function called or if your pattern is quiet complicated, and it is difficult
+function called or if your pattern is quite complicated, and it is difficult
to handle substring numbers.
In PCRE, a subpattern can be named in one of three ways: `(?<name>...)`