Skip to content

Commit b8e92c9

Browse files
committed
Fix index entries.
1 parent 3c4d4eb commit b8e92c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/nativetypes.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ They cannot be bound either. Trying to do C<my num $numillo := 3.5> will
5757
raise the exception C<Cannot bind to natively typed variable
5858
'$variable-name'; use assignment instead>.
5959
60-
X<int @> X<num @> X<str @>
60+
X<|int @> X<|num @> X<|str @>
6161
Native types can also be composite.
6262
6363
m: my int @intillos = ^10_000_000;
6464
say [+] @intillos; # OUTPUT: «49999995000000␤»
6565
66-
X<native array>
66+
X<|native array>
6767
In this case, I<native>ness extends to the composite type, which will be
6868
C<array>
6969

0 commit comments

Comments
 (0)