From bd698312fa96a5a5232eb1f1943bf7eac997aa46 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 17 Apr 2019 07:15:08 +0000 Subject: Fix the format of NODE_IN node git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 521ddf690a..eb88efc61a 100644 --- a/node.c +++ b/node.c @@ -216,7 +216,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node) case NODE_IN: ANN("in clause"); - ANN("format: in [nd_head]; [nd_body]; (when or else) [nd_next]"); + 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_body, "in body"); -- cgit v1.2.3