summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2014-06-26 21:47:04 +0900
committerJun Hiroe <[email protected]>2014-06-26 21:47:04 +0900
commit09d8cd69e95d37c2c27a4bee6654fe74481dc5f8 (patch)
tree678f67b1f8b2f692e5d497eecc6c87538e491b13 /doc
parentc19f5efaaf1b8b8156d2fb6f1daafbcc1270ebc9 (diff)
downloadmruby-09d8cd69e95d37c2c27a4bee6654fe74481dc5f8.tar.gz
mruby-09d8cd69e95d37c2c27a4bee6654fe74481dc5f8.zip
Fix typo in doc/api/mruby.h.md
Diffstat (limited to 'doc')
-rw-r--r--doc/api/mruby.h.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/mruby.h.md b/doc/api/mruby.h.md
index bd844a749..5df0b6f04 100644
--- a/doc/api/mruby.h.md
+++ b/doc/api/mruby.h.md
@@ -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.