Skip to content

Commit 4abeeb9

Browse files
committed
Change 'this document' to 'this book' in introduction
1 parent 18718cc commit 4abeeb9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/introduction.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
This document is the primary reference for the Rust programming language. It
3+
This book is the primary reference for the Rust programming language. It
44
provides three kinds of material:
55

66
- Chapters that informally describe each language construct and their use.
@@ -13,40 +13,40 @@ provides three kinds of material:
1313
1414
<div class="warning">
1515

16-
Warning: This document is incomplete. Documenting everything takes a
16+
Warning: This book is incomplete. Documenting everything takes a
1717
while. We have a [big issue] to track documentation for every Rust feature,
1818
so check that out if you can't find something here.
1919

2020
</div>
2121

2222
## What *The Reference* is Not
2323

24-
This document does not serve as an introduction to the language. Background
24+
This book does not serve as an introduction to the language. Background
2525
familiarity with the language is assumed. A separate [book] is available to
2626
help acquire such background familiarity.
2727

28-
This document also does not serve as a reference to the [standard library]
28+
This book also does not serve as a reference to the [standard library]
2929
included in the language distribution. Those libraries are documented
3030
separately by extracting documentation attributes from their source code. Many
3131
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

34-
Similarly, this document does not usually document the specifics of `rustc` as a
34+
Similarly, this book does not usually book the specifics of `rustc` as a
3535
tool or of Cargo. Cargo has a [book][cargo book] that contains a
3636
[reference][cargo reference]. There are a few pages such as [linkage] that still
3737
describe how `rustc` works.
3838

39-
This document also only serves as a reference to what is available in stable
39+
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].
4141

42-
Finally, this document is not normative. It may include details that are
42+
Finally, this book is not normative. It may include details that are
4343
specific to `rustc` itself, and should not be taken as a specification for
44-
the Rust language. We intend to produce such a document someday, and until then,
44+
the Rust language. We intend to produce such a book someday, and until then,
4545
the reference is the closest thing we have to one.
4646

4747
## How to Use This Book
4848

49-
This book does not assume you are reading this document sequentially. Each
49+
This book does not assume you are reading this book sequentially. Each
5050
chapter generally can be read standalone, but will cross-link to other chapters
5151
for facets of the language they refer to, but do not discuss.
5252

@@ -119,11 +119,11 @@ information. These conventions are documented here.
119119

120120
We welcome contributions of all kind.
121121

122-
You can contribute to this document by opening an issue or sending a pull
123-
request to [the Rust Reference repository]. If this document does not answer
122+
You can contribute to this book by opening an issue or sending a pull
123+
request to [the Rust Reference repository]. If this book does not answer
124124
your question, and you think its answer is in scope of it, please do not
125125
hesitate to file an issue or ask about it in the Rust docs channels on IRC or
126-
discord. Knowing what people use this document for the most helps direct our
126+
discord. Knowing what people use this book for the most helps direct our
127127
attention to making those sections the best that they can be.
128128

129129
[book]: ../book/index.html

0 commit comments

Comments
 (0)