book: Add missing punctuation

This commit is contained in:
Ori Avtalion 2015-12-11 18:18:02 +02:00
parent 81dd3824ff
commit bb3360adde

View File

@ -503,7 +503,7 @@ for the function test. These will auto increment with names like `add_two_1` as
you add more examples.
We havent covered all of the details with writing documentation tests. For more,
please see the [Documentation chapter](documentation.html)
please see the [Documentation chapter](documentation.html).
One final note: documentation tests *cannot* be run on binary crates.
To see more on file arrangement see the [Crates and