Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Be accurate about what is said in example comment
  • Loading branch information
skids committed Dec 25, 2015
1 parent 535899f commit 3a096df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/control.pod
Expand Up @@ -98,7 +98,7 @@ expression. So:
...will not say 42. However, the block is only evaluated once each time
the expression it is contained in is evaluated:
# This says "..1 ..2 ..3" not "..1 ...2 ....3"
# This says "(..1 ..2 ..3)" not "(..1 ...2 ....3)"
my $f = "."; say do { $f ~= "." } X~ 1,2,3;
In other words, it follows the same reification rules as everything else.
Expand Down

0 comments on commit 3a096df

Please sign in to comment.