Changeset 13789 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
10/02/06 16:34:26 (2 years ago)
Author:
rodi
Message:

Typo (unterminated C<...> at line 1160).

Files:
1 modified

Legend:

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

    r13777 r13789  
    11581158 
    11591159You may also comb lists and filehandles.  C<+$*IN.comb> counts the words on 
    1160 standard input, for instance.  C<comb($thing, /./) returns a list of C<Char> 
     1160standard input, for instance.  C<comb($thing, /./)> returns a list of C<Char> 
    11611161from anything that can give you a C<Str>. 
    11621162