Update src/ch11-01-writing-tests.md

This commit is contained in:
Chris Krycho 2024-04-10 13:13:44 -06:00 committed by GitHub
parent bb7aa19d9d
commit a2c1496c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ cd ../../..
<span class="caption">Listing 11-1: The test module and function generated
automatically by `cargo new`</span>
For now, let's focus solely on the `it_works()` function. Note the
For now, lets focus solely on the `it_works()` function. Note the
`#[test]` annotation: this attribute indicates this is a test function, so the
test runner knows to treat this function as a test. We might also have non-test
functions in the `tests` module to help set up common scenarios or perform