Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some awkward grammar
  • Loading branch information
MasterDuke17 committed Oct 26, 2016
1 parent fd3d7b8 commit d123ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Seq.pod6
Expand Up @@ -13,7 +13,7 @@ generated values for later access. The same is true when assigning a Seq to an
array.
A typical use case is L<method C<lines> in C<IO::Handle>|/type/IO::Handle#method_lines>,
which could use quite much memory if it stored all the lines read from the
which could use a lot of memory if it stored all the lines read from the
file. So
for open('README.md').lines -> $line {
Expand Down

0 comments on commit d123ff2

Please sign in to comment.