diff options
| author | Luke Jones <luke.nukem.jones@gmail.com> | 2015-12-21 16:24:17 +1300 |
|---|---|---|
| committer | Luke Jones <luke.nukem.jones@gmail.com> | 2015-12-21 16:24:17 +1300 |
| commit | 1522350ecc2e9c9f35ece84919924cb319c0e69e (patch) | |
| tree | b92a02220e5f708e0a1e3dbbe1dd49ab307f278e /src | |
| parent | 1bb131cdcad7c954531f51c3f318a92e11000d75 (diff) | |
Revert to colon. The text is introducing a list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
