Skip to content

Commit fb7ddd2

Browse files
committed
Merge branch 'master' into spellcheck
2 parents ebefa37 + 420e381 commit fb7ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ instead:
331331
TBD more
332332
333333
You can type your C<Pointer> by passing the type as a parameter. It works with the native type
334-
but also with C<CArray> and C<CStruct> defined types. NativeCall will not implicitly alloc the memory for it
334+
but also with C<CArray> and C<CStruct> defined types. NativeCall will not implicitly allocate the memory for it
335335
even when calling new on them.
336336
It's mostly useful in the case of a C routine returning a pointer, or if it's a pointer
337337
embedded in a C<CStruct>.

0 commit comments

Comments
 (0)