File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ impl ParserBuilder {
202
202
203
203
/// Enable verbose mode in the regular expression.
204
204
///
205
- /// When enabled, verbose mode permits insigificant whitespace in many
205
+ /// When enabled, verbose mode permits insignificant whitespace in many
206
206
/// places in the regular expression, as well as comments. Comments are
207
207
/// started using `#` and continue until the end of the line.
208
208
///
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ impl ParserBuilder {
96
96
97
97
/// Enable verbose mode in the regular expression.
98
98
///
99
- /// When enabled, verbose mode permits insigificant whitespace in many
99
+ /// When enabled, verbose mode permits insignificant whitespace in many
100
100
/// places in the regular expression, as well as comments. Comments are
101
101
/// started using `#` and continue until the end of the line.
102
102
///
You can’t perform that action at this time.
0 commit comments