]> git.lizzy.rs Git - rust.git/commitdiff
Revert to colon. The text is introducing a list.
authorLuke Jones <luke.nukem.jones@gmail.com>
Mon, 21 Dec 2015 03:24:17 +0000 (16:24 +1300)
committerLuke Jones <luke.nukem.jones@gmail.com>
Mon, 21 Dec 2015 03:24:17 +0000 (16:24 +1300)
src/doc/book/documentation.md

index fab8f22c6d0b3d6d6cdc3740499e5c6284e99a7a..86c07f9cf6c18673d70361c9a3b067e19b8bcf77 100644 (file)
@@ -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