[DOC] Fix function name in example
This commit is contained in:
parent
4a55f501ef
commit
1a20bb1c98
Notes:
git
2022-03-01 09:59:31 +09:00
@ -147,7 +147,7 @@ RBIMPL_ATTR_NONNULL(())
|
|||||||
* init_Foo(void)
|
* init_Foo(void)
|
||||||
* {
|
* {
|
||||||
* foo = rb_eval_string("...");
|
* foo = rb_eval_string("...");
|
||||||
* rb_define_global_variable("$foo", &foo);
|
* rb_define_variable("$foo", &foo);
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user