Skip to content

Commit

Permalink
syntax/doc: fix 'their' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Nov 2, 2021
1 parent d6bc7a4 commit 63ee669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for extreme optimization, and therefore, use of `unsafe`.

The standard for using `unsafe` in this crate is extremely high because this
crate is intended to be reasonably safe to use with user supplied regular
expressions. Therefore, while their may be bugs in the regex parser itself,
expressions. Therefore, while there may be bugs in the regex parser itself,
they should _never_ result in memory unsafety unless there is either a bug
in the compiler or the standard library. (Since `regex-syntax` has zero
dependencies.)
Expand Down

0 comments on commit 63ee669

Please sign in to comment.