Update mruby.h.md

This commit is contained in:
Ralph Desir
2015-05-31 23:27:12 -04:00
parent 7284d1d295
commit 4959e4958a
+1 -1
View File
@@ -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;
}