We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bc7a4 commit 63ee669Copy full SHA for 63ee669
regex-syntax/README.md
@@ -52,7 +52,7 @@ for extreme optimization, and therefore, use of `unsafe`.
52
53
The standard for using `unsafe` in this crate is extremely high because this
54
crate is intended to be reasonably safe to use with user supplied regular
55
-expressions. Therefore, while their may be bugs in the regex parser itself,
+expressions. Therefore, while there may be bugs in the regex parser itself,
56
they should _never_ result in memory unsafety unless there is either a bug
57
in the compiler or the standard library. (Since `regex-syntax` has zero
58
dependencies.)
0 commit comments