mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix description of NODE_IN
This commit is contained in:
parent
7fe04850d2
commit
bc01f7b721
1 changed files with 1 additions and 1 deletions
2
node.c
2
node.c
|
@ -218,7 +218,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
|
|||
ANN("in clause");
|
||||
ANN("format: in [nd_head]; [nd_body]; (in or else) [nd_next]");
|
||||
ANN("example: case x; in 1; foo; in 2; bar; else baz; end");
|
||||
F_NODE(nd_head, "in value");
|
||||
F_NODE(nd_head, "in pattern");
|
||||
F_NODE(nd_body, "in body");
|
||||
LAST_NODE;
|
||||
F_NODE(nd_next, "next in clause");
|
||||
|
|
Loading…
Reference in a new issue