Skip to content

Commit 9407baa

Browse files
committed
More ref #3024
1 parent d83acf3 commit 9407baa

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
@@ -56,7 +56,7 @@ counterparts:
5656
B<Note>: In v6.c, the default value for C<num> would have been a NaN.
5757
5858
This is due to the fact that Natives don't know their types because they're just
59-
values, without any meta-data. In
59+
values, without any metadata. In
6060
L<multi-dispatch|/language/glossary#Multi-Dispatch>, you can have a native
6161
candidate, but you cannot differentiate different sizes of the same native type.
6262
That is, you can have an L<Int|/type/Int> and L<int|/type/int> candidates, but

0 commit comments

Comments
 (0)