Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Jan 8, 2019
1 parent de61a0a commit 2dcce0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/traps.pod6
Expand Up @@ -464,7 +464,7 @@ say @colors.roll; # blue
say @colors.pick(2); # yellow violet (cannot repeat)
say @colors.roll(3); # red green red (can repeat)
=head2 List numify to their number of elements in numeric context
=head2 C<List>s numify to their number of elements in numeric context
You want to check whether a number is divisible by any of a set of numbers:
Expand Down Expand Up @@ -1927,4 +1927,4 @@ say @a.grep( 2 ~~ *.Int ); # OUTPUT: «(2)␤»
=end code
=end pod
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 2dcce0a

Please sign in to comment.