We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31428a commit 30dba74Copy full SHA for 30dba74
regex-syntax/src/lib.rs
@@ -195,7 +195,7 @@ pub fn escape_into(text: &str, buf: &mut String) {
195
}
196
197
198
-/// Returns true if the give character has significance in a regex.
+/// Returns true if the given character has significance in a regex.
199
///
200
/// These are the only characters that are allowed to be escaped, with one
201
/// exception: an ASCII space character may be escaped when extended mode (with
0 commit comments