Changeset 20722 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
06/08/08 19:29:14 (6 months ago)
Author:
pmichaud
Message:

S29: List.join should have @values as the invocant.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Spec/Functions.pod

    r20630 r20722  
    783783=item join 
    784784 
    785  our Str multi method join ( $separator: @values ) 
     785 our Str multi method join ( @values: Str $separator = ' ' ) 
    786786 our Str multi join ( Str $separator = ' ', *@values ) 
    787787