mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #3706 from MasahikoSawada/fix_typo
Fix a typo in gc.c.
This commit is contained in:
@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj)
|
||||
|
||||
Register your object when it's exported to C world,
|
||||
without reference from Ruby world, e.g. callback
|
||||
arguments. Don't forget to remove the obejct using
|
||||
arguments. Don't forget to remove the object using
|
||||
mrb_gc_unregister, otherwise your object will leak.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user