Merge pull request #378 from pawelgrzybek/master

Fix typo (add_tow ➡️ add_two)
This commit is contained in:
Sunface 2023-03-14 08:40:40 +08:00 committed by GitHub
commit 31c6314cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Then run `cargo doc --open` and see the results.
### Doc tests
The doc comments of `add_one` and `add_tow` contain two example code blocks.
The doc comments of `add_one` and `add_two` contain two example code blocks.
The examples can not only demonstrate how to use your library, but also running as test with `cargo test` command.