We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c170d commit 5cc0a37Copy full SHA for 5cc0a37
src/doc/index.md
@@ -33,14 +33,14 @@ something if you know its name.
33
34
# The Rustonomicon
35
36
-[The Rustonomicon] is an entire book dedicated dedicated to explaining
+[The Rustonomicon] is an entire book dedicated to explaining
37
how to write `unsafe` Rust code. It is for advanced Rust programmers.
38
39
[The Rustonomicon]: nomicon/index.html
40
41
# Tools
42
43
-[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
44
beyond the standard one, and its website contains lots of good documentation.
45
46
[`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting
0 commit comments