We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3d7b8 commit d123ff2Copy full SHA for d123ff2
doc/Type/Seq.pod6
@@ -13,7 +13,7 @@ generated values for later access. The same is true when assigning a Seq to an
13
array.
14
15
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
+which could use a lot of memory if it stored all the lines read from the
17
file. So
18
19
for open('README.md').lines -> $line {
0 commit comments