Skip to content

Commit e4aa57c

Browse files
committed
Adress Matthew Jasper's comments
1 parent 0584c66 commit e4aa57c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/introduction.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ provides three kinds of material:
1313
1414
<div class="warning">
1515

16-
Warning: This book is incomplete. Documenting everything takes a
17-
while. We have a [big issue] to track documentation for every Rust feature,
18-
so check that out if you can't find something here.
16+
Warning: This book is incomplete. Documenting everything takes a while. See
17+
the [undocumented] page for what is not documented in this book.
1918

2019
</div>
2120

@@ -81,10 +80,10 @@ information. These conventions are documented here.
8180
An *example term* is an example of a term beind defined.
8281

8382
* Notes that contain useful information about the state of the book or point out
84-
useful, but mostly out of scope, information are in blockquotes that start with
85-
the word "Note:" in **bold**.
83+
useful, but mostly out of scope, information are in blockquotes that start
84+
with the word "Note:" in **bold**.
8685

87-
> Note: This is an example note.
86+
> **Note**: This is an example note.
8887
8988
* Warnings that show unsound behavior in the language or possibly confusing
9089
interactions of language features are in a special warning box.
@@ -108,7 +107,7 @@ information. These conventions are documented here.
108107
```
109108

110109
* The grammar and lexical structure is in blockquotes with either "Lexer" or
111-
"Syntax" in **bold** as the first line in <sup>superscript</sup>.
110+
"Syntax" in <sup>**bold** superscript</sup> as the first line.
112111

113112
> **<sup>Syntax</sup>**\
114113
> _ExampleGrammar_:\
@@ -138,4 +137,5 @@ attention to making those sections the best that they can be.
138137
[expressions chapter]: expressions.html
139138
[lifetime of temporaries]: expressions.html#temporary-lifetimes
140139
[linkage]: linkage.html
141-
[rustc book]: ../rustc/index.html
140+
[rustc book]: ../rustc/index.html
141+
[undocumented]: undocumeted.html

0 commit comments

Comments
 (0)