docs: fix

This commit is contained in:
Tshepang Mbambo 2022-10-10 20:17:31 +02:00 committed by GitHub
parent e691e18ef8
commit daf6fd366c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ $ cargo test foo
This will run any test with `foo` in its name. This will run any test with `foo` in its name.
`cargo test` runs additional checks as well. It will compile any examples `cargo test` runs additional checks as well. It will compile any examples
youve included to ensure they are still compiles. It also run documentation youve included to ensure they still compile. It also runs documentation
tests to ensure your code samples from documentation comments compiles. tests to ensure your code samples from documentation comments compiles.
Please see the [testing guide][testing] in the Rust documentation for a general Please see the [testing guide][testing] in the Rust documentation for a general
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more view of writing and organizing tests. See [Cargo Targets: Tests] to learn more