From 63ee6699a27b294774af0154862e5cc35b495ee6 Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Tue, 2 Nov 2021 18:25:39 -0400 Subject: [PATCH] syntax/doc: fix 'their' typo --- regex-syntax/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-syntax/README.md b/regex-syntax/README.md index 9e1ab6174..592f84268 100644 --- a/regex-syntax/README.md +++ b/regex-syntax/README.md @@ -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.)