Skip to content

Commit

Permalink
Update mruby.h.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Desir committed Jun 1, 2015
1 parent 7284d1d commit 4959e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/mruby.h.md
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4959e49

Please sign in to comment.