Changeset 15286 for docs/Perl6/Perl5

Show
Ignore:
Timestamp:
02/18/07 09:17:22 (21 months ago)
Author:
audreyt
Message:

* Perl6::Perl5::Differences - Minor typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Perl5/Differences.pod

    r15234 r15286  
    251251    Now:    $object.method 
    252252 
    253 =head Using code references in dynamic method calls is gone. 
     253=head2 Using code references in dynamic method calls is gone. 
    254254 
    255255  Was: $self.$coderef()