diff options
author | Yusuke Endoh <[email protected]> | 2021-11-18 02:40:30 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2021-11-18 03:47:35 +0900 |
commit | e1f6ca1911083e83752d1f1a34d9dcfb90e1750f (patch) | |
tree | 227307029c3c7810f825e2d5b2f09cfd12b49c13 /compile.c | |
parent | 864ad8b5d7d3b96e3d24a05c5d8d8d1cc40f4b7a (diff) |
compile.c: Fix typo
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7901,7 +7901,7 @@ mandatory_node(const rb_iseq_t *iseq, const NODE *cond_node) static int compile_builtin_mandatory_only_method(rb_iseq_t *iseq, const NODE *node, const NODE *line_node) { - // argumens + // arguments struct rb_args_info args = { .pre_args_num = iseq->body->param.lead_num, }; |