Skip to content

Commit 0584c66

Browse files
committed
rustc has a book. Fix typo
1 parent 4abeeb9 commit 0584c66

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/introduction.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ of the features that one might expect to be language features are library
3232
features in Rust, so what you're looking for may be there, not here.
3333

3434
Similarly, this book does not usually book the specifics of `rustc` as a
35-
tool or of Cargo. Cargo has a [book][cargo book] that contains a
36-
[reference][cargo reference]. There are a few pages such as [linkage] that still
37-
describe how `rustc` works.
35+
tool or of Cargo. `rustc` has its own [book][rustc book]. Cargo has a
36+
[book][cargo book] that contains a [reference][cargo reference]. There are a few
37+
pages such as [linkage] that still describe how `rustc` works.
3838

3939
This book also only serves as a reference to what is available in stable
4040
Rust. For unstable features being worked on, see the [Unstable Book].
@@ -117,7 +117,7 @@ information. These conventions are documented here.
117117
118118
## Contributing
119119

120-
We welcome contributions of all kind.
120+
We welcome contributions of all kinds.
121121

122122
You can contribute to this book by opening an issue or sending a pull
123123
request to [the Rust Reference repository]. If this book does not answer
@@ -137,4 +137,5 @@ attention to making those sections the best that they can be.
137137
[cargo reference]: ../cargo/reference/index.html
138138
[expressions chapter]: expressions.html
139139
[lifetime of temporaries]: expressions.html#temporary-lifetimes
140-
[linkage]: linkage.html
140+
[linkage]: linkage.html
141+
[rustc book]: ../rustc/index.html

0 commit comments

Comments
 (0)