ruby-changes:52546
From: marcandre <ko1@a...>
Date: Sun, 16 Sep 2018 12:24:21 +0900 (JST)
Subject: [ruby-changes:52546] marcandRe: r64758 (trunk): node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]
marcandre 2018-09-16 12:24:15 +0900 (Sun, 16 Sep 2018) New Revision: 64758 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64758 Log: node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880] Modified files: trunk/node.c Index: node.c =================================================================== --- node.c (revision 64757) +++ node.c (revision 64758) @@ -803,7 +803,7 @@ dump_node(VALUE buf, VALUE indent, int c https://github.com/ruby/ruby/blob/trunk/node.c#L803 return; case NODE_UNDEF: - ANN("method alias statement"); + ANN("method undef statement"); ANN("format: undef [nd_undef]"); ANN("example: undef foo"); LAST_NODE; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/