Author: moritz
Date: 2009-10-04 19:15:29 +0200 (Sun, 04 Oct 2009)
New Revision: 28595

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

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-10-04 17:15:19 UTC (rev 28594)
+++ docs/Perl6/Spec/S03-operators.pod   2009-10-04 17:15:29 UTC (rev 28595)
@@ -537,7 +537,7 @@
 
 Increment of a C<Bool> (in a suitable container) turns it true.
 Decrement turns it false regardless of how many times it was
-previously incremented.  This is useful if your C<%seen> array is
+previously incremented.  This is useful if your C<%seen> hash is
 actually a C<KeySet>, in which case decrement actually deletes it
 from the C<KeySet>.
 

Reply via email to