Skip to content

Commit

Permalink
doc: fix typo in module-level doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxyz committed Aug 24, 2023
1 parent 10faa44 commit 81e328a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regex-lite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn main() {
}
```
Foruth, run it with `cargo run`:
Fourth, run it with `cargo run`:
```text
$ cargo run
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn main() {
}
```
Foruth, run it with `cargo run`:
Fourth, run it with `cargo run`:
```text
$ cargo run
Expand Down

0 comments on commit 81e328a

Please sign in to comment.