Author: chromatic Date: Tue May 22 13:29:31 2007 New Revision: 18622 Modified: trunk/docs/pdds/pdd07_codingstd.pod
Changes in other areas also in this revision: Modified: trunk/include/parrot/objects.h trunk/src/objects.c trunk/src/ops/var.ops trunk/src/pmc/fixedpmcarray.pmc Log: Minor corrections from Bram Geron (RT #42986). Modified: trunk/docs/pdds/pdd07_codingstd.pod ============================================================================== --- trunk/docs/pdds/pdd07_codingstd.pod (original) +++ trunk/docs/pdds/pdd07_codingstd.pod Tue May 22 13:29:31 2007 @@ -146,7 +146,7 @@ =item * Pointer types should be written with separation between the star and the base -type, e.g. C<Interp *foo>, but not e.g. <Interp* foo>. +type, e.g. C<Interp *foo>, but not C<Interp* foo>. =item *
