Skip to content

Commit

Permalink
follow style guide on braces/brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 25, 2019
1 parent 33a5fc4 commit 2ac0fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/101-basics.pod6
Expand Up @@ -39,7 +39,8 @@ my %sets;
#`( Multiple line comments
are denoted by a #, then `, then one of {,[, or (
and closed by the corresponding },], and ).
Nested pairs of brackets and braces are matched, so
Nested pairs of square brackets, curly braces and
parentheses are matched, so
something like this () will not end the comment.
In this case, closed by: )
for $file.lines -> $line {
Expand Down

0 comments on commit 2ac0fc4

Please sign in to comment.