Skip to content

Commit 70d1e5b

Browse files
committed
Mark native array as Positional ref #3744
1 parent 945e4a4 commit 70d1e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativetypes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ C<array>
8282
8383
my num @many-pi = ^8 »*» π ; say @many-pi.^name; # OUTPUT: «array[num]␤»
8484
85-
Native C<array>s are L<Iterable|/type/Iterable>, but they are not a subclass of
85+
Native C<array>s are L<Iterable|/type/Iterable> and L<Positional|/type/Positional>, but they are not a subclass of
8686
List. However, they behave similarly to L<Array|/type/Array>s; for instance,
8787
they can be shaped:
8888

0 commit comments

Comments
 (0)