Skip to content

Commit 88cceb8

Browse files
authored
fix my typo
1 parent a98c420 commit 88cceb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/syntax.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ say "world"
107107
Complete statements ending in bare blocks can omit the trailing
108108
semicolon, if no additional statements on the same line follow the
109109
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>
111111
statement block as seen above, and below.
112112
113113
=begin code
114114
if True { say "Hello" }
115115
say "world";
116116
=end code
117117
118-
However, semicolons are required to separate a block from trailing
118+
However, semicolons are required to separate a block from trailing'
119119
statements in the same line.
120120
121121
=begin code

0 commit comments

Comments
 (0)