ruby-changes:26742
From: marcandre <ko1@a...>
Date: Sun, 13 Jan 2013 09:23:52 +0900 (JST)
Subject: [ruby-changes:26742] marcandRe: r38793 (trunk): * enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)
marcandre 2013-01-13 09:19:10 +0900 (Sun, 13 Jan 2013) New Revision: 38793 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38793 Log: * enumerator.c: Fix rdoc typo (thanks to Yutaka HARA) Modified files: trunk/enumerator.c Index: enumerator.c =================================================================== --- enumerator.c (revision 38792) +++ enumerator.c (revision 38793) @@ -198,7 +198,7 @@ enumerator_ptr(VALUE obj) https://github.com/ruby/ruby/blob/trunk/enumerator.c#L198 * must not exceed the number expected by +method+ * * If a block is given, it will be used to calculate the size of - * the enumerator (see Enumerator#size=). + * the enumerator (see Enumerator#size). * * === Example * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/