Skip to content

Commit 355aede

Browse files
committed
Spelling.
1 parent 5f2dc09 commit 355aede

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Language/nativetypes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Native types can also be composite.
6464
say [+] @intillos; # OUTPUT: «49999995000000␤»
6565
6666
X<native array>
67-
In this case, I<native-ness> extends to the composite type, which will be
67+
In this case, I<native>ness extends to the composite type, which will be
6868
C<array>
6969
7070
my num @many-pi = ^8 »*» π ; say @many-pi.^name ;# OUTPUT: «array[num]␤»

xt/words.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ nativecall
777777
nativecast
778778
nativehelpers
779779
natively
780+
nativeness
780781
nativesizeof
781782
nativetype
782783
negatedpair

0 commit comments

Comments
 (0)