Skip to content

Commit

Permalink
Remove extraneous word
Browse files Browse the repository at this point in the history
  • Loading branch information
trotter committed Nov 10, 2016
1 parent dd92809 commit 4cf7644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4cf7644

Please sign in to comment.