[svn:parrot-pdd] r34697 - in trunk: docs/pdds src/pmc
[email protected] Wed, 31 Dec 2008 03:56:59 -0800 (PST)
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
Author: bernhard Date: Wed Dec 31 03:56:58 2008 New Revision: 34697 Modified: trunk/docs/pdds/pdd27_multiple_dispatch.pod Changes in other areas also in this revision: Modified: trunk/src/pmc/class.pmc Log: Some tidbits: speling, code alignment, add code comments Modified: trunk/docs/pdds/pdd27_multiple_dispatch.pod ============================================================================== --- trunk/docs/pdds/pdd27_multiple_dispatch.pod (original) +++ trunk/docs/pdds/pdd27_multiple_dispatch.pod Wed Dec 31 03:56:58 2008 @@ -119,7 +119,6 @@ Return an iterator object of matching candidates, sorted from best matching to worst matching, for the current call arguments. - =item invoke Return a function pointer to the best matching candidate for the current call