about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorOri Avtalion <ori@avtalion.name>2015-12-11 18:18:02 +0200
committerOri Avtalion <ori@avtalion.name>2015-12-11 18:18:13 +0200
commitbb3360adde105852c0ebe7cd32e6657a9db50843 (patch)
tree882fd4c19c02001dc67b25b628d533947cb311eb /src/doc
parent81dd3824ff4f4f85db2a092dab78e5e6c05f96cc (diff)
downloadrust-bb3360adde105852c0ebe7cd32e6657a9db50843.tar.gz
rust-bb3360adde105852c0ebe7cd32e6657a9db50843.zip
book: Add missing punctuation
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/book/testing.md2
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