Skip to content

Commit 5de242f

Browse files
committed
Auto merge of #30329 - salty-horse:punctuation, r=steveklabnik
Missing period at the end of a sentence.
2 parents d382fcd + bb3360a commit 5de242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ for the function test. These will auto increment with names like `add_two_1` as
503503
you add more examples.
504504

505505
We haven’t covered all of the details with writing documentation tests. For more,
506-
please see the [Documentation chapter](documentation.html)
506+
please see the [Documentation chapter](documentation.html).
507507

508508
One final note: documentation tests *cannot* be run on binary crates.
509509
To see more on file arrangement see the [Crates and

0 commit comments

Comments
 (0)