* 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:
parent
64dbc10b5f
commit
bca544340b
2
object.c
2
object.c
@ -1809,7 +1809,7 @@ rb_mod_attr(int argc, VALUE *argv, VALUE klass)
|
|||||||
* attr_writer(symbol, ...) -> nil
|
* attr_writer(symbol, ...) -> nil
|
||||||
*
|
*
|
||||||
* Creates an accessor method to allow assignment to the attribute
|
* Creates an accessor method to allow assignment to the attribute
|
||||||
* <i>aSymbol</i><code>.id2name</code>.
|
* <i>symbol</i><code>.id2name</code>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user