Skip to content

Commit 03b47cd

Browse files
committed
rework phrasing slightly.
(Avoids "it it" construct)
1 parent 8994f4f commit 03b47cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/list.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ L<Exception|/type/Exception>.
258258
# OUTPUT: (sequence starting with «[1 11 121» ending with a 300 digit number)
259259
260260
In the example above, C<@lazy-array> is an C<Array> which, through construction,
261-
is made C<lazy>. When calling C<is-lazy> on it it is returning an C<Iterator>,
261+
is made C<lazy>. Calling C<is-lazy> on it returns an C<Iterator>,
262262
which, since it originates in a lazy list, is itself lazy.
263263
264264
A common use case for lazy C<Seq>s is the processing of infinite sequences of

0 commit comments

Comments
 (0)