Commit e92da7b7 authored by jbreeden's avatar jbreeden

Fix typo

parent 510e53d8
...@@ -44,7 +44,7 @@ int mrb_get_args(mrb_state *mrb, const char *format, ...); ...@@ -44,7 +44,7 @@ int mrb_get_args(mrb_state *mrb, const char *format, ...);
``` ```
Retrieve arguments from `mrb_state`. Retrieve arguments from `mrb_state`.
When applicable, implicit conversions (such as `to_str`, 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`. Use it inside a function pointed by `mrb_func_t`.
It returns the number of arguments retrieved. It returns the number of arguments retrieved.
`format` is a list of following format specifiers: `format` is a list of following format specifiers:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment