Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makes code
  • Loading branch information
JJ committed Oct 7, 2018
1 parent 13f5943 commit f14525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -520,7 +520,7 @@ L<(list) item contextualizer|https://docs.perl6.org/type/Any#index-entry-%24_%28
The output will be (almost) the same if we attempt to flatten it using
L<C<|> a. k. a. I<the flattener>|/routine/|>, which puts it in a list context:
say .perl for | 3,2,[1,0]; # OUTPUT: «3␤2␤[1, 0]␤»
say .perl for | 3,2,[1,0]; # OUTPUT: «3␤2␤[1, 0]␤»
=head1 Method postfix precedence
Expand Down

0 comments on commit f14525a

Please sign in to comment.