Skip to content

Commit d123ff2

Browse files
authored
Fix some awkward grammar
1 parent fd3d7b8 commit d123ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Seq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generated values for later access. The same is true when assigning a Seq to an
1313
array.
1414
1515
A typical use case is L<method C<lines> in C<IO::Handle>|/type/IO::Handle#method_lines>,
16-
which could use quite much memory if it stored all the lines read from the
16+
which could use a lot of memory if it stored all the lines read from the
1717
file. So
1818
1919
for open('README.md').lines -> $line {

0 commit comments

Comments
 (0)