diff options
| author | Ori Avtalion <ori@avtalion.name> | 2015-12-11 18:18:02 +0200 |
|---|---|---|
| committer | Ori Avtalion <ori@avtalion.name> | 2015-12-11 18:18:13 +0200 |
| commit | bb3360adde105852c0ebe7cd32e6657a9db50843 (patch) | |
| tree | 882fd4c19c02001dc67b25b628d533947cb311eb /src/doc | |
| parent | 81dd3824ff4f4f85db2a092dab78e5e6c05f96cc (diff) | |
| download | rust-bb3360adde105852c0ebe7cd32e6657a9db50843.tar.gz rust-bb3360adde105852c0ebe7cd32e6657a9db50843.zip | |
book: Add missing punctuation
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/book/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/testing.md b/src/doc/book/testing.md index 32f0d689e30..561cc3ab2d1 100644 --- a/src/doc/book/testing.md +++ b/src/doc/book/testing.md @@ -503,7 +503,7 @@ for the function test. These will auto increment with names like `add_two_1` as you add more examples. We haven’t 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 |
