Author: lwall
Date: 2010-02-03 03:28:19 +0100 (Wed, 03 Feb 2010)
New Revision: 29630

Modified:
   docs/Perl6/Spec/S07-iterators.pod
Log:
[S07] typos from markjreed++


Modified: docs/Perl6/Spec/S07-iterators.pod
===================================================================
--- docs/Perl6/Spec/S07-iterators.pod   2010-02-03 02:19:04 UTC (rev 29629)
+++ docs/Perl6/Spec/S07-iterators.pod   2010-02-03 02:28:19 UTC (rev 29630)
@@ -184,11 +184,11 @@
 
 =head2 method get {...}
 
-Used to iterator over a flat list (the context supplied by a slurpy binding).
+Used to iterate over a flat list (the context supplied by a slurpy binding).
 Returns the next element from the iterator after flattening any leading parcel.
 
-When it runs out of elements, it will fail with the C<EMPTY> exception.
-As with most failures, it is generally returned without throwing it,
+When the iterator runs out of elements, it will fail with the C<EMPTY> 
exception.
+As with most failures, C<EMPTY> is generally returned without throwing it,
 unless the calling lexical scope requests it to be thrown via "use fatal".
 No list should ever contain the C<EMPTY> exception, since iterational
 control flow should always terminate when that value is returned.

Reply via email to