From bca544340ba26fcfd6a70cfd53917929b349218e Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 29 Jan 2013 18:58:37 +0000 Subject: * 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 --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * aSymbol.id2name. + * symbol.id2name. */ static VALUE -- cgit v1.2.3