Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 15, 2011
1 parent 44c2aa6 commit b4a7961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Fey/Object/Iterator/FromSelect.pm
Expand Up @@ -305,7 +305,7 @@ See L<ATTRIBUTE MAPPING> for more details.
This returns the current index value of the iterator. When the object
is first constructed, this index is 0, and it is incremented once for
each row fetched by calling C<< $iteartor->next() >>.
each row fetched by calling C<< $iterator->next() >>.
=head2 $iterator->next()
Expand Down

0 comments on commit b4a7961

Please sign in to comment.