diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-11-16 11:48:18 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-11-16 11:48:18 -0800 |
| commit | 5cc0a37123258fd5207a6e67723ea2c83bc89101 (patch) | |
| tree | 47a62f1f1cc10dd50d850d9181ddafa632d6a235 /src | |
| parent | 48c170df36ed5e7ee47ca011b0169a0a7acd199c (diff) | |
| download | rust-5cc0a37123258fd5207a6e67723ea2c83bc89101.tar.gz rust-5cc0a37123258fd5207a6e67723ea2c83bc89101.zip | |
Minor tweaks to doc index
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 89fa45a3ad6..5f2ef610729 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -33,14 +33,14 @@ something if you know its name. # The Rustonomicon -[The Rustonomicon] is an entire book dedicated dedicated to explaining +[The Rustonomicon] is an entire book dedicated to explaining how to write `unsafe` Rust code. It is for advanced Rust programmers. [The Rustonomicon]: nomicon/index.html # Tools -[Cargo](http://doc.crates.io/index.html) is the Rust's package manager providing access to libraries +[Cargo](http://doc.crates.io/index.html) is the Rust package manager providing access to libraries beyond the standard one, and its website contains lots of good documentation. [`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting |
