We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0411cea commit 4f0900eCopy full SHA for 4f0900e
1 file changed
src/gc.c
@@ -433,7 +433,7 @@ mrb_gc_protect(mrb_state *mrb, mrb_value obj)
433
434
Register your object when it's exported to C world,
435
without reference from Ruby world, e.g. callback
436
- arguments. Don't forget to remove the obejct using
+ arguments. Don't forget to remove the object using
437
mrb_gc_unregister, otherwise your object will leak.
438
*/
439
0 commit comments