Changeset 14328 for docs/Perl6/Spec

Show
Ignore:
Timestamp:
10/17/06 08:25:19 (2 years ago)
Author:
lanny
svk:copy_cache_prev:
21206
Message:

* Functions.pod -- s/method method/multi method/
* t/builtins/**.t -- many smartlink fixes. added a few tests.

Files:
1 modified

Legend:

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

    r14322 r14328  
    983983=item chop 
    984984 
    985  our Str method method chop ( Str  $string: ) is export 
     985 our Str multi method chop ( Str  $string: ) is export 
    986986 
    987987Returns string with one Char removed from the end. 
     
    997997=item chomp 
    998998 
    999  our Str method method chomp ( Str $string: ) is export 
     999 our Str multi method chomp ( Str $string: ) is export 
    10001000 
    10011001Returns string with newline removed from the end.  An arbitrary