Author: lwall
Date: 2009-09-21 23:12:29 +0200 (Mon, 21 Sep 2009)
New Revision: 28346

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] missing commas


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-09-21 21:01:49 UTC (rev 28345)
+++ docs/Perl6/Spec/S03-operators.pod   2009-09-21 21:12:29 UTC (rev 28346)
@@ -1814,8 +1814,8 @@
 and in general is compared using C<!after> semantics, so an inexact
 match is *not* included.)  Hence the preceding example may be rewritten
 
-    1   ... * + 1, 9
-    10  ... * + 10, 90
+    1   ... * + 1, 9,
+    10  ... * + 10, 90,
     100 ... * + 100, 1000
 
 or as

Reply via email to