From bb3360adde105852c0ebe7cd32e6657a9db50843 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Fri, 11 Dec 2015 18:18:02 +0200 Subject: [PATCH] book: Add missing punctuation --- src/doc/book/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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