Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
Paul Cochrane committed Apr 15, 2015
1 parent 5b1cef7 commit 724a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S04-control.pod
Expand Up @@ -611,7 +611,7 @@ parenthesis, much like the C<$> operator in Haskell. That is, precedence
decisions do not cross a C<do> boundary, and the missing "right paren" is
assumed at the next statement terminator or unmatched bracket. A C<do> is
unnecessary immediately after any opening bracket as the syntax inside
brackets expects a statements, so the above can in fact be written:
brackets expects a statement, so the above can in fact be written:

@primesquares = ($_ if .is-prime for 1..100) »**» 2;

Expand Down

0 comments on commit 724a503

Please sign in to comment.