Remove extraneous word

This commit is contained in:
Trotter Cashion 2016-11-10 07:55:20 -08:00
parent dd9280920f
commit 4cf764470a

View File

@ -78,7 +78,7 @@ those later. For now, see this line:
test it_works ... ok
```
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:
```rust
fn it_works() {