diff options
| author | Sergey Veselkov <veselkovsd@yandex.ru> | 2016-01-11 00:13:54 +0300 |
|---|---|---|
| committer | Sergey Veselkov <veselkovsd@yandex.ru> | 2016-01-11 00:13:54 +0300 |
| commit | 8cc149dbc161db16f3cf2fb014efa96ca64dc776 (patch) | |
| tree | 9356985640a9985b7d295dfc42b7e13ec267bd15 /src | |
| parent | d70ab2bdf16c22b9f3ff0230089b44855e3f1593 (diff) | |
| download | rust-8cc149dbc161db16f3cf2fb014efa96ca64dc776.tar.gz rust-8cc149dbc161db16f3cf2fb014efa96ca64dc776.zip | |
Fix link in getting-started.md
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/getting-started.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/book/getting-started.md b/src/doc/book/getting-started.md index a4c028e85b0..c2f458419ec 100644 --- a/src/doc/book/getting-started.md +++ b/src/doc/book/getting-started.md @@ -303,10 +303,10 @@ prints the string to the screen. Easy enough! [statically allocated]: the-stack-and-the-heap.html -The line ends with a semicolon (`;`). Rust is an *[expression oriented]* -language, which means that most things are expressions, rather than statements. -The `;` indicates that this expression is over, and the next one is ready to -begin. Most lines of Rust code end with a `;`. +The line ends with a semicolon (`;`). Rust is an *[expression-oriented +language]*, which means that most things are expressions, rather than +statements. The `;` indicates that this expression is over, and the next one is +ready to begin. Most lines of Rust code end with a `;`. [expression-oriented language]: glossary.html#expression-oriented-language |
