Skip to content

Commit 30dba74

Browse files
doc: fix typo in 'is_meta_character'
PR #873
1 parent c31428a commit 30dba74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub fn escape_into(text: &str, buf: &mut String) {
195195
}
196196
}
197197

198-
/// Returns true if the give character has significance in a regex.
198+
/// Returns true if the given character has significance in a regex.
199199
///
200200
/// These are the only characters that are allowed to be escaped, with one
201201
/// exception: an ASCII space character may be escaped when extended mode (with

0 commit comments

Comments
 (0)