Skip to content

Commit 03617b0

Browse files
sourcefrogBurntSushi
authored andcommitted
doc: fix typo
PR #542
1 parent 89467a9 commit 03617b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ provides more flexibility than is seen here. (See the documentation for
143143
`Regex::replace` for more details.)
144144
145145
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:
146+
enable insignificant whitespace mode, which also lets you write comments:
147147
148148
```rust
149149
# extern crate regex; use regex::Regex;

0 commit comments

Comments
 (0)