Skip to content

Commit 2ba481f

Browse files
committed
Eliminates category by reindexing, closes #2323, refs #2320
1 parent 79e3b30 commit 2ba481f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Language/nativetypes.pod6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
55
=SUBTITLE Using the types the compiler and hardware make available to you
66
7-
Perl 6 offers a set of I<native> types with a fixed, and known,
8-
representation in memory. This page shows which ones exist and how they
9-
can be used. Please check also the page on
10-
L<native numerics|/language/numerics#Native_numerics>
11-
for more information on them.
7+
Perl 6 offers a set of I<native> types with a fixed, and known, representation
8+
in memory. This page shows which ones exist and how they can be used. Please
9+
check also the page on L<native numerics|/language/numerics#Native_numerics> for
10+
more information on them.
1211
1312
X<|int>X<|uint>X<|num>X<|str>
1413
=head1 Types with native representation
@@ -119,7 +118,8 @@ Indicating that it will use, besides an integer representation (C<P6int>), a
119118
native size of only 8 bits. This trait, however, is not intended to be used in
120119
your programs since it is not part of the Perl 6 specification.
121120
122-
=head1 X<The C<void> type|void (NativeCall)>
121+
X<|void type (NativeCall)>
122+
=head1 The C<void> type
123123
124124
The native C<void> type corresponds to the C C<void> type. Although, being a
125125
valid type, you can use it in expressions:

0 commit comments

Comments
 (0)