Changeset 22906 for docs

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

[Spec/Functions.pod] s/array/list/ in .fmt description

Files:
1 modified

Legend:

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

    r22905 r22906  
    14431443A set of wrappers around C<sprintf>. A call to the scalar version 
    14441444C<$o.fmt($format)> returns the result of C<sprintf($format, $o)>. A call to 
    1445 the array version C<@a.fmt($format, $sep)> returns the result of 
     1445the list version C<@a.fmt($format, $sep)> returns the result of 
    14461446C<join $sep, map { sprintf($format, $_) }, @a>. A call to the hash version 
    14471447C<%h.fmt($format, $sep)> returns the result of