Skip to content

Commit 97836f7

Browse files
committed
Seq.eager does not return a Bool
It is a List for sure
1 parent acc5d53 commit 97836f7

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
@@ -66,7 +66,7 @@ L<X::Seq::Consumed>.
6666
6767
=head2 method eager
6868
69-
method eager(Seq:D:) returns Bool:D
69+
method eager(Seq:D:) returns List:D
7070
7171
Returns an eagerly evaluated L<List|/type/List> based on the invocant
7272
sequence, and marks it as consumed.

0 commit comments

Comments
 (0)