We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83acf3 commit 9407baaCopy full SHA for 9407baa
doc/Language/nativetypes.pod6
@@ -56,7 +56,7 @@ counterparts:
56
B<Note>: In v6.c, the default value for C<num> would have been a NaN.
57
58
This is due to the fact that Natives don't know their types because they're just
59
-values, without any meta-data. In
+values, without any metadata. In
60
L<multi-dispatch|/language/glossary#Multi-Dispatch>, you can have a native
61
candidate, but you cannot differentiate different sizes of the same native type.
62
That is, you can have an L<Int|/type/Int> and L<int|/type/int> candidates, but
0 commit comments