File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ say "world"
107
107
Complete statements ending in bare blocks can omit the trailing
108
108
semicolon, if no additional statements on the same line follow the
109
109
block's closing curly brace C < } > . This is called the "implied separator
110
- rule." Ftor example, you don't need to write a semicolon after an C < if >
110
+ rule." For example, you don't need to write a semicolon after an C < if >
111
111
statement block as seen above, and below.
112
112
113
113
= begin code
114
114
if True { say "Hello" }
115
115
say "world";
116
116
= end code
117
117
118
- However, semicolons are required to separate a block from trailing
118
+ However, semicolons are required to separate a block from trailing'
119
119
statements in the same line.
120
120
121
121
= begin code
You can’t perform that action at this time.
0 commit comments