summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 18:58:37 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 18:58:37 +0000
commitbca544340ba26fcfd6a70cfd53917929b349218e (patch)
tree13409f1980797a297ec792102464ce1d61f3fd2c /object.c
parent64dbc10b5fea27c9b0ac35a0b06c0b04be617fab (diff)
* 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
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index d0cf60bd90..09b8040820 100644
--- a/object.c
+++ b/object.c
@@ -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