On Mon, Sep 21, 2009 at 12:01 PM, <pugs-comm...@feather.perl6.nl> wrote:
> @@ -65,9 +65,9 @@
>
>  The basic underlying concept is that a Parcel behaves much like a
>  list, but it doesn't enforce any context, in a way that no flattening
> -or coercion is made. When you use the Positional API on a Parcel, it
> -will include all the listed items, no matter they look like named
> -arguments or positional arguments. In example:
> +or coercion is done. When you use the Positional API on a Parcel, it
> +will include all the listed items, wether they look like named
> +arguments or positional arguments. For example:
>
>   1, 2, :a<b>
>

the second line should be:

    will include all of the listed items, whether they look like named

--
Jonathan "Dataweaver" Lang

Reply via email to