From bc01f7b7211b96b258fc6586789ce9875c079a7d Mon Sep 17 00:00:00 2001 From: Kazuki Tsujimoto Date: Sat, 27 Apr 2019 12:55:32 +0900 Subject: Fix description of NODE_IN --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.c b/node.c index 323debc2a3..65c6837303 100644 --- a/node.c +++ b/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"); -- cgit v1.2.3