Changeset 22584 for t

Show
Ignore:
Timestamp:
10/11/08 18:39:38 (6 weeks ago)
Author:
masak
Message:

[t/TASKS] fixed a few typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/TASKS

    r22582 r22584  
    3535* mm//, ss/// variants 
    3636* switch some "ok" tests to "is" tests to check the exact match 
    37 * modifier tests. These are easy to check if they are missing 
     37* modifier tests. It's easy to if these are missing 
    3838* tests for the "special named assertions" 
    3939* more of everything. 
     
    6868  positional arguments. For example 
    6969        our Str multi method capitalize ( Str $string: ) is export 
    70   means that you can it like thise: 
     70  means that you can it like this: 
    7171        my $x = 'abc def' 
    7272        $x.capitalize