Changeset 22907 for docs

Show
Ignore:
Timestamp:
11/07/08 00:44:02 (2 months ago)
Author:
masak
Message:

[Spec/Functions.pod] made default $separator on List::fmt ' ', with
Perl 5 and t/spec/S02-names_and_variables/fmt.t as prior art

Files:
1 modified

Legend:

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

    r22906 r22907  
    14371437 
    14381438  our Str multi method fmt( Scalar $scalar: ) 
    1439   our Str multi method fmt( List $list:, Str $separator = ',' ) 
     1439  our Str multi method fmt( List $list:, Str $separator = ' ' ) 
    14401440  our Str multi method fmt( Hash $hash:, Str $separator = "\n" ) 
    14411441  our Str multi method fmt( Pair $pair: )