File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -303,10 +303,10 @@ prints the string to the screen. Easy enough!
303
303
304
304
[ statically allocated ] : the-stack-and-the-heap.html
305
305
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 ` ; ` .
310
310
311
311
[ expression-oriented language ] : glossary.html#expression-oriented-language
312
312
You can’t perform that action at this time.
0 commit comments