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 {
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 ///
Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments