Skip to content

Commit d4c1e5f

Browse files
committed
Fix typo (ilmari++)
1 parent 282b9bd commit d4c1e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ likely grow with time).
7474
bool (bool from C99)
7575
size_t (size_t in C)
7676
77-
Don't use Perl 6 native type like C<int> or C<num>, as they could lead to
77+
Don't use Perl 6 native types like C<int> or C<num>, as they could lead to
7878
unwanted boundary issue between 32 bits and 64 bits systems.
7979
8080
Note that the lack of a C<returns> trait is used to indicate void return type.

0 commit comments

Comments
 (0)