diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-27 21:54:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-04-27 21:54:25 +0900 |
| commit | 41e69319874e8b975e4fac684ec69c05d33981ed (patch) | |
| tree | b79e5cd3a1a2a8f90343e64c8635839eac91ae74 /doc/api | |
| parent | 5c25a9a6a98f22a848784cb3e4bb5234dc76ec24 (diff) | |
| parent | c261c01598a8872393ee94b084579d150dd8220c (diff) | |
| download | mruby-41e69319874e8b975e4fac684ec69c05d33981ed.tar.gz mruby-41e69319874e8b975e4fac684ec69c05d33981ed.zip | |
Merge pull request #2773 from syohex/fix-misspelling
Fix misspellings in document
Diffstat (limited to 'doc/api')
| -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 5df0b6f04..f537b6482 100644 --- a/doc/api/mruby.h.md +++ b/doc/api/mruby.h.md @@ -49,7 +49,7 @@ It returns number of function retrieved. char|mruby type|retrieve types|note :---:|----------|--------------|--- -`o`|`Object`|`mrb_value`|Could be used to retreive any type of argument +`o`|`Object`|`mrb_value`|Could be used to retrieve any type of argument `C`|`Class`/`Module`|`mrb_value`| `S`|`String`|`mrb_value`| `A`|`Array`|`mrb_value`| |
