diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-27 07:22:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-27 07:22:54 +0900 |
| commit | 9f8fe6f33dbadec5dd05a27f5a04a9afa41f3956 (patch) | |
| tree | 7934625e90c562ead9eb1ac1b5c8786eb53d7b66 /doc | |
| parent | 719c9abb61daa5f42300f14316edcd9593cdefc2 (diff) | |
| parent | 09d8cd69e95d37c2c27a4bee6654fe74481dc5f8 (diff) | |
| download | mruby-9f8fe6f33dbadec5dd05a27f5a04a9afa41f3956.tar.gz mruby-9f8fe6f33dbadec5dd05a27f5a04a9afa41f3956.zip | |
Merge pull request #2427 from suzukaze/fix-typo
Fix typo in doc/api/mruby.h.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/mruby.h.md | 2 |
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>|</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. |
