Skip to content

Commit 12b4542

Browse files
committed
Fix grammer
1 parent 9d7d682 commit 12b4542

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
@@ -219,7 +219,7 @@ a class; you could even have some of the attributes come from roles or have them
219219
inherited from another class. Of course, methods are completely fine too. Go wild!
220220
221221
CStruct objects are passed to native functions by reference and native functions
222-
must also by return CStruct objects by reference as well. The memory management
222+
must also return CStruct objects by reference. The memory management
223223
rules for these references are very much like the rules for arrays, though simpler
224224
since a struct is never resized. When you create a struct, the memory is managed for
225225
you and when the variable(s) pointing to the instance of a CStruct go away, the memory

0 commit comments

Comments
 (0)