We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd92809 commit 4cf7644Copy full SHA for 4cf7644
src/doc/book/testing.md
@@ -78,7 +78,7 @@ those later. For now, see this line:
78
test it_works ... ok
79
```
80
81
-Note the `it_works`. This comes from the name of our module and function:
+Note the `it_works`. This comes from the name of our function:
82
83
```rust
84
fn it_works() {
0 commit comments