From add_tow to add_two
This commit is contained in:
Pawel Grzybek 2023-03-10 10:14:42 +00:00 committed by GitHub
parent d86e8de385
commit 311e2486eb
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.