Skip to content

Commit 98fef7b

Browse files
michaelsproulsteveklabnik
authored andcommitted
Add a link to the error index to the main doc page.
I also capitalised "The Standard Library" and neatened a few bits of grammar.
1 parent 0975d84 commit 98fef7b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/doc/index.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ series of small examples.
2323
# Community & Getting Help
2424

2525
If you need help with something, or just want to talk about Rust with others,
26-
there's a few places you can do that:
26+
there are a few places you can do that:
2727

2828
The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/) are the
2929
fastest way to get help.
@@ -58,7 +58,7 @@ the language in as much detail as possible is in [the reference](reference.html)
5858

5959
# Tools
6060

61-
Rust's still a young language, so there isn't a ton of tooling yet, but the
61+
Rust is still a young language, so there isn't a ton of tooling yet, but the
6262
tools we have are really nice.
6363

6464
[Cargo](http://crates.io) is Rust's package manager, and its website contains
@@ -68,16 +68,21 @@ lots of good documentation.
6868

6969
# FAQs
7070

71-
There are questions that are asked quite often, and so we've made FAQs for them:
71+
There are questions that are asked quite often, so we've made FAQs for them:
7272

7373
* [Language Design FAQ](complement-design-faq.html)
7474
* [Language FAQ](complement-lang-faq.html)
7575
* [Project FAQ](complement-project-faq.html)
7676
* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports)
7777

78-
# The standard library
78+
# The Standard Library
7979

8080
We have [API documentation for the entire standard
8181
library](std/index.html). There's a list of crates on the left with more
8282
specific sections, or you can use the search bar at the top to search for
8383
something if you know its name.
84+
85+
# The Error Index
86+
87+
If you encounter an error while compiling your code you may be able to look it
88+
up in the [Rust Compiler Error Index](error-index.html).

0 commit comments

Comments
 (0)