From 1522350ecc2e9c9f35ece84919924cb319c0e69e Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Mon, 21 Dec 2015 16:24:17 +1300 Subject: [PATCH] Revert to colon. The text is introducing a list. --- src/doc/book/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/documentation.md b/src/doc/book/documentation.md index fab8f22c6d0..86c07f9cf6c 100644 --- a/src/doc/book/documentation.md +++ b/src/doc/book/documentation.md @@ -9,7 +9,7 @@ document your project. The Rust distribution includes a tool, `rustdoc`, that generates documentation. `rustdoc` is also used by Cargo through `cargo doc`. -Documentation can be generated in two ways; from source code, and from +Documentation can be generated in two ways: from source code, and from standalone Markdown files. ## Documenting source code