mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1409 from suzukaze/fix-typos-in-variable.c
I fix typos in variable.c.
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ typedef struct iv_tbl {
|
||||
} iv_tbl;
|
||||
|
||||
/*
|
||||
* Creates instance variable table.
|
||||
* Creates the instance variable table.
|
||||
*
|
||||
* Parameters
|
||||
* mrb
|
||||
@@ -128,7 +128,7 @@ iv_put(mrb_state *mrb, iv_tbl *t, mrb_sym sym, mrb_value val)
|
||||
* mrb
|
||||
* t the variable table to be searched.
|
||||
* sym the symbol to be used as the key.
|
||||
* vp the value pointer. Recieves the value if if the specified symbol contains
|
||||
* vp the value pointer. Recieves the value if the specified symbol contains
|
||||
* in the instance variable table.
|
||||
* Returns
|
||||
* true if the specfiyed symbol contains in the instance variable table.
|
||||
|
||||
Reference in New Issue
Block a user