Hi,

the attached patch fixes a small typo in alling_conventions.pod

jens
Index: imcc/docs/calling_conventions.pod
===================================================================
RCS file: /cvs/public/parrot/imcc/docs/calling_conventions.pod,v
retrieving revision 1.19
diff -u -w -r1.19 calling_conventions.pod
--- imcc/docs/calling_conventions.pod   16 Mar 2004 22:23:29 -0000      1.19
+++ imcc/docs/calling_conventions.pod   18 Mar 2004 16:48:47 -0000
@@ -172,7 +172,7 @@
    .param int b # I6
    .param int c # I7
    ...
-   self."_other_meth()
+   self."_other_meth"()
   ...
   .pcc_begin_return
    .return xy   # e.g. I5

Reply via email to