Author: qiuhw
Date: 2010-08-16 16:21:14 +0200 (Mon, 16 Aug 2010)
New Revision: 32010

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] typo fix.


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-08-16 14:13:31 UTC (rev 32009)
+++ docs/Perl6/Spec/S02-bits.pod        2010-08-16 14:21:14 UTC (rev 32010)
@@ -2172,7 +2172,7 @@
 
 Assigning or binding C<Nil> to any composite container (such as an
 C<Array> or C<Hash>) empties the container, resetting it back to an
-uninitialized state.  The container object itself the becomes undefined.
+uninitialized state.  The container object itself then becomes undefined.
 (Asssignment of C<()> leaves it defined.)
 
 The C<sink> statement prefix will eagerly evaluate any block or

Reply via email to