cvsuser 04/02/23 13:52:04
Modified: docs/pdds pdd15_objects.pod Log: Fix a typo Revision Changes Path 1.22 +1 -1 parrot/docs/pdds/pdd15_objects.pod Index: pdd15_objects.pod =================================================================== RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v retrieving revision 1.21 retrieving revision 1.22 diff -u -w -r1.21 -r1.22 --- pdd15_objects.pod 17 Feb 2004 18:39:59 -0000 1.21 +++ pdd15_objects.pod 23 Feb 2004 21:52:04 -0000 1.22 @@ -330,7 +330,7 @@ =item callmeth Sz -call a method. If the method name is provided, we find the PMC for the named +Call a method. If the method name is provided, we find the PMC for the named method and put it in the sub/method slot. If no name is provided we assume that all the calling conventions have already been set up and the method PMC is already in the proper place.
