Skip to content

Commit 60dbcb8

Browse files
cuonglmzoffixznet
authored andcommitted
doc/Type: correct List definition (#1281)
1 parent f83f78c commit 60dbcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
=SUBTITLE Sequence of values
66
77
=for code :skip-test
8-
my class List is Iterable does Positional { }
8+
my class List does Iterable does Positional { }
99
1010
C<List> stores items sequentially and potentially lazily.
1111

0 commit comments

Comments
 (0)