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 89467a9 commit 03617b0Copy full SHA for 03617b0
src/lib.rs
@@ -143,7 +143,7 @@ provides more flexibility than is seen here. (See the documentation for
143
`Regex::replace` for more details.)
144
145
Note that if your regex gets complicated, you can use the `x` flag to
146
-enable insigificant whitespace mode, which also lets you write comments:
+enable insignificant whitespace mode, which also lets you write comments:
147
148
```rust
149
# extern crate regex; use regex::Regex;
0 commit comments