Merge pull request #2427 from suzukaze/fix-typo

Fix typo in doc/api/mruby.h.md
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-06-27 07:22:54 +09:00
+1 -1
View File
@@ -66,4 +66,4 @@ char|mruby type|retrieve types|note
<code>&#124;</code>|optional||After this spec following specs would be optional.
`?`|optional given|`mrb_bool`|True if preceding argument is given. Used to check optional argument is given.
The passing variadic arguments must be a pointer of retreiving type.
The passing variadic arguments must be a pointer of retrieving type.