Skip to content

Commit 81e328a

Browse files
authored
doc: fix typo in module-level doc
PR #1069
1 parent 10faa44 commit 81e328a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regex-lite/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn main() {
107107
}
108108
```
109109
110-
Foruth, run it with `cargo run`:
110+
Fourth, run it with `cargo run`:
111111
112112
```text
113113
$ cargo run

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn main() {
109109
}
110110
```
111111
112-
Foruth, run it with `cargo run`:
112+
Fourth, run it with `cargo run`:
113113
114114
```text
115115
$ cargo run

0 commit comments

Comments
 (0)