Fix description of NODE_IN
This commit is contained in:
parent
7fe04850d2
commit
bc01f7b721
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…
x
Reference in New Issue
Block a user