[svn:parrot] r45299 - trunk/docs/pdds

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 30 01:44:39 UTC 2010


Author: mikehh
Date: Tue Mar 30 01:44:38 2010
New Revision: 45299
URL: https://trac.parrot.org/parrot/changeset/45299

Log:
maximum line length in a pod (pdd) is 78 characters

Modified:
   trunk/docs/pdds/pdd17_pmc.pod

Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod	Tue Mar 30 01:34:01 2010	(r45298)
+++ trunk/docs/pdds/pdd17_pmc.pod	Tue Mar 30 01:44:38 2010	(r45299)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 
 =head1 PDD 17: Polymorphic Containers
@@ -1656,8 +1656,8 @@
 =head4 Array types
 
 Note that for the following types you can set the size of the array by using
-the VTABLE_set_integer_native() function. Assigning an integer to the array as a
-whole sets the array to that size.
+the VTABLE_set_integer_native() function. Assigning an integer to the array
+as a whole sets the array to that size.
 
 Size-changing operations (such as push, pop, shift, unshift, and splice)
 on statically-sized arrays will throw an exception.


More information about the parrot-commits mailing list