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:
parent
2521b079fa
commit
2b3982ad1c
1 changed files with 1 additions and 1 deletions
2
node.c
2
node.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue