Skip to content

Commit 0c27748

Browse files
authored
doc: fix spelling typo of "insignificant"
PR #839
1 parent fb4b1c1 commit 0c27748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regex-syntax/src/ast/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl ParserBuilder {
202202

203203
/// Enable verbose mode in the regular expression.
204204
///
205-
/// When enabled, verbose mode permits insigificant whitespace in many
205+
/// When enabled, verbose mode permits insignificant whitespace in many
206206
/// places in the regular expression, as well as comments. Comments are
207207
/// started using `#` and continue until the end of the line.
208208
///

regex-syntax/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl ParserBuilder {
9696

9797
/// Enable verbose mode in the regular expression.
9898
///
99-
/// When enabled, verbose mode permits insigificant whitespace in many
99+
/// When enabled, verbose mode permits insignificant whitespace in many
100100
/// places in the regular expression, as well as comments. Comments are
101101
/// started using `#` and continue until the end of the line.
102102
///

0 commit comments

Comments
 (0)