Author: larry
Date: Wed Mar 28 23:32:40 2007
New Revision: 14361

Modified:
   doc/trunk/design/syn/S09.pod

Log:
Clarification suggested by gaal++


Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod        (original)
+++ doc/trunk/design/syn/S09.pod        Wed Mar 28 23:32:40 2007
@@ -222,8 +222,9 @@
     my @library[1_000_000 --> Book];
 
 Arrays may also be defined with a mixture of fixed and autoextending
-dimensions.  There are always 12 months in a year and 24 hours in a day,
-but the number of days in the month can vary:
+dimensions (see below).  For example, there are always 12 months in
+a year and 24 hours in a day, but the number of days in the month
+can vary:
 
     my @calendar[12;*;24];     # day-of-month dimension unlimited/ragged
 

Reply via email to