Skip to content

Commit

Permalink
Update src/ch11-01-writing-tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho authored Apr 10, 2024
1 parent bb7aa19 commit a2c1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch11-01-writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c1496

Please sign in to comment.