Skip to content

Commit 0b8370c

Browse files
committed
Rollup merge of #30812 - D101101:patch-2, r=steveklabnik
r? @steveklabnik
2 parents b3749b7 + 8cc149d commit 0b8370c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/book/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ prints the string to the screen. Easy enough!
303303

304304
[statically allocated]: the-stack-and-the-heap.html
305305

306-
The line ends with a semicolon (`;`). Rust is an *[expression oriented]*
307-
language, which means that most things are expressions, rather than statements.
308-
The `;` indicates that this expression is over, and the next one is ready to
309-
begin. Most lines of Rust code end with a `;`.
306+
The line ends with a semicolon (`;`). Rust is an *[expression-oriented
307+
language]*, which means that most things are expressions, rather than
308+
statements. The `;` indicates that this expression is over, and the next one is
309+
ready to begin. Most lines of Rust code end with a `;`.
310310

311311
[expression-oriented language]: glossary.html#expression-oriented-language
312312

0 commit comments

Comments
 (0)