Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix my typo
  • Loading branch information
tbrowder committed Aug 31, 2019
1 parent a98c420 commit 88cceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/syntax.pod6
Expand Up @@ -107,15 +107,15 @@ say "world"
Complete statements ending in bare blocks can omit the trailing
semicolon, if no additional statements on the same line follow the
block's closing curly brace C<}>. This is called the "implied separator
rule." Ftor example, you don't need to write a semicolon after an C<if>
rule." For example, you don't need to write a semicolon after an C<if>
statement block as seen above, and below.
=begin code
if True { say "Hello" }
say "world";
=end code
However, semicolons are required to separate a block from trailing
However, semicolons are required to separate a block from trailing'
statements in the same line.
=begin code
Expand Down

0 comments on commit 88cceb8

Please sign in to comment.