Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A parcel can consist of 0 items, as discussed on #perl6 12Apr2013 at …
…16:10UTC
  • Loading branch information
lizmat committed Apr 12, 2013
1 parent 5ca8187 commit 383cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -2122,7 +2122,7 @@ for more about binding.

=head2 Parcels

A list of one or more comma-separated objects may be grouped together
A list of zero or more comma-separated objects may be grouped together
by parentheses into a "parenthesis cell", or C<Parcel>. This kind of
list should not be confused with the flattening list context. Instead,
this is a raw syntactic list that has not yet committed to flattening;
Expand Down

0 comments on commit 383cae6

Please sign in to comment.