File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ a class; you could even have some of the attributes come from roles or have them
219
219
inherited from another class. Of course, methods are completely fine too. Go wild!
220
220
221
221
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
223
223
rules for these references are very much like the rules for arrays, though simpler
224
224
since a struct is never resized. When you create a struct, the memory is managed for
225
225
you and when the variable(s) pointing to the instance of a CStruct go away, the memory
You can’t perform that action at this time.
0 commit comments