cvsuser 03/10/16 12:59:53
Modified: docs mmd.pod Log: Fix a few typos Revision Changes Path 1.2 +5 -5 parrot/docs/mmd.pod Index: mmd.pod =================================================================== RCS file: /cvs/public/parrot/docs/mmd.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- mmd.pod 8 Oct 2003 15:45:19 -0000 1.1 +++ mmd.pod 16 Oct 2003 19:59:53 -0000 1.2 @@ -17,8 +17,8 @@ =head2 API For the purposes of the API, each MMD-able function is assigned a -unique number which is used to find the right function table. This is -the C<func_num> parameter in the following functions. While parrot +unique number which is used to find the correct function table. This +is the C<func_num> parameter in the following functions. While Parrot isn't restricted to a predefined set of functions, it I<does> set things up so that all the binary vtable functions have a MMD table preinstalled for them, with default behaviour. @@ -46,7 +46,7 @@ =item mmd_register(interp, func_num, left_type, right_type, funcptr) -Register a function C<funcptr> for MMD function tabe C<func_num> for +Register a function C<funcptr> for MMD function table C<func_num> for classes C<left_type> and C<right_type>. The left and right types are C<INTVAL>s that represent the class ID numbers. @@ -165,7 +165,7 @@ =item MMD_REPEAT -String repition +String repetition =item MMD_NUMEQ @@ -199,7 +199,7 @@ =head2 Defaults -By default functions are installed for all the functions that have +By default, functions are installed for all the functions that have constants associated with them. They are all functions suitable for calling with C<mmd_dispatch_pmc>.
