Skip to content

Commit 63ee669

Browse files
authored
syntax/doc: fix 'their' typo
1 parent d6bc7a4 commit 63ee669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for extreme optimization, and therefore, use of `unsafe`.
5252

5353
The standard for using `unsafe` in this crate is extremely high because this
5454
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,
55+
expressions. Therefore, while there may be bugs in the regex parser itself,
5656
they should _never_ result in memory unsafety unless there is either a bug
5757
in the compiler or the standard library. (Since `regex-syntax` has zero
5858
dependencies.)

0 commit comments

Comments
 (0)