1
Fork 0

Revert to colon. The text is introducing a list.

This commit is contained in:
Luke Jones 2015-12-21 16:24:17 +13:00
parent 1bb131cdca
commit 1522350ecc

View 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