Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous 'for' in example
  • Loading branch information
sjn committed Feb 24, 2015
1 parent f741837 commit e3c8333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/functions.pod
Expand Up @@ -232,7 +232,7 @@ supplies: they can come as L<multis|#Multi-dispatch>,
you can L<wrap|/type/Routine#method wrap> them, and exit early with C<return>:
=begin code :allow<B>
my $keywords = set <if for unless while for>;
my $keywords = set <if for unless while>;
sub has-keyword(*@words) {
for @words -> $word {
Expand Down

0 comments on commit e3c8333

Please sign in to comment.