Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Oct 19, 2016
1 parent 2c03626 commit 5335de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/rb-nutshell.pod6
Expand Up @@ -583,7 +583,7 @@ both C<.each> and C<.map>, but we typically use a C<for> loop directly.
say "n: $n";
}
# Perl 6, mis-using .map
# Perl 6, misusing .map
(0..5).map: -> $n {
say "n: $n";
}
Expand Down

0 comments on commit 5335de9

Please sign in to comment.