1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2018-09-16 03:24:15 +00:00
parent 2521b079fa
commit 2b3982ad1c

2
node.c
View file

@ -803,7 +803,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
return;
case NODE_UNDEF:
ANN("method alias statement");
ANN("method undef statement");
ANN("format: undef [nd_undef]");
ANN("example: undef foo");
LAST_NODE;