Changeset 14434 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
10/22/06 01:36:53 (2 years ago)
Author:
lwall
Message:

trivial change please ignore

Files:
1 modified

Legend:

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

    r14328 r14434  
    11741174 
    11751175 our List multi method split ( Str $input: Str $delimiter, Int $limit = * ) is export 
    1176  our List multi method split ( Str $input: Rule $delimiter , Int $limit = * ) is export 
     1176 our List multi method split ( Str $input: Rule $delimiter, Int $limit = * ) is export 
    11771177 
    11781178String delimiters must not be treated as rules but as constants.  The