Author: masak
Date: 2009-12-17 11:46:33 +0100 (Thu, 17 Dec 2009)
New Revision: 29353

Modified:
   docs/Perl6/Spec/S02-bits.pod
   docs/Perl6/Spec/S09-data.pod
Log:
fixed one typo and one ws inconsistency

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-12-17 10:45:37 UTC (rev 29352)
+++ docs/Perl6/Spec/S02-bits.pod        2009-12-17 10:46:33 UTC (rev 29353)
@@ -2168,7 +2168,7 @@
 
     CORE <= SETTING < UNIT < (your_block_here)
 
-The outermost packages scopes nest like this, traversed via C<PARENT>:
+The outermost package scopes nest like this, traversed via C<PARENT>:
 
     GLOBAL <  (your_package_here)
 

Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod        2009-12-17 10:45:37 UTC (rev 29352)
+++ docs/Perl6/Spec/S09-data.pod        2009-12-17 10:46:33 UTC (rev 29353)
@@ -239,7 +239,7 @@
     @array[*]
     @array[0 .. *]
     @array[0 .. *-1]
-    @array[-Inf .. *-1 ]
+    @array[-Inf .. *-1]
 
 because they all end up meaning the same thing.
 

Reply via email to