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

* object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-01-29 18:58:37 +00:00
parent 64dbc10b5f
commit bca544340b

View file

@ -1809,7 +1809,7 @@ rb_mod_attr(int argc, VALUE *argv, VALUE klass)
* attr_writer(symbol, ...) -> nil
*
* Creates an accessor method to allow assignment to the attribute
* <i>aSymbol</i><code>.id2name</code>.
* <i>symbol</i><code>.id2name</code>.
*/
static VALUE