mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update mruby.h.md
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ Creates a global function in ruby. If you're creating a gem it may look somethin
|
||||
|
||||
```C
|
||||
mrb_value example_method(mrb_state* mrb, mrb_value self){
|
||||
puts("Executing example commad!");
|
||||
puts("Executing example command!");
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user