Skip to content

Commit e3c8333

Browse files
committed
Remove superfluous 'for' in example
1 parent f741837 commit e3c8333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ supplies: they can come as L<multis|#Multi-dispatch>,
232232
you can L<wrap|/type/Routine#method wrap> them, and exit early with C<return>:
233233
234234
=begin code :allow<B>
235-
my $keywords = set <if for unless while for>;
235+
my $keywords = set <if for unless while>;
236236
237237
sub has-keyword(*@words) {
238238
for @words -> $word {

0 commit comments

Comments
 (0)