diff options
| author | jbreeden <[email protected]> | 2015-07-13 23:26:29 -0700 |
|---|---|---|
| committer | jbreeden <[email protected]> | 2015-07-13 23:26:29 -0700 |
| commit | e92da7b76c75b0270fc4a9bfd8c8dd20985e1f00 (patch) | |
| tree | 7223af32f934e4a0508bba5d207636b8acc80b65 /doc | |
| parent | 510e53d89f447b900a028f75c51ba18cb95d1670 (diff) | |
| download | mruby-e92da7b76c75b0270fc4a9bfd8c8dd20985e1f00.tar.gz mruby-e92da7b76c75b0270fc4a9bfd8c8dd20985e1f00.zip | |
Fix typo
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 8236b8244..06bab2d56 100644 --- a/doc/api/mruby.h.md +++ b/doc/api/mruby.h.md @@ -44,7 +44,7 @@ int mrb_get_args(mrb_state *mrb, const char *format, ...); ``` Retrieve arguments from `mrb_state`. When applicable, implicit conversions (such as `to_str`, -`to_ary`, `to_hash`) are be applied to received arguments. +`to_ary`, `to_hash`) are applied to received arguments. Use it inside a function pointed by `mrb_func_t`. It returns the number of arguments retrieved. `format` is a list of following format specifiers: |
