Skip to content

Commit fd3d7b8

Browse files
authored
Z meta returns a Seq
1 parent 0b57313 commit fd3d7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ other positions it is a syntax error.
20072007
=head2 infix C«Z»
20082008
20092009
=begin code :skip-test
2010-
sub infix:<Z>(**@lists) returns List:D is assoc<chain>
2010+
sub infix:<Z>(**@lists) returns Seq:D is assoc<chain>
20112011
=end code
20122012
20132013
X<Zip operator>.

0 commit comments

Comments
 (0)