aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/class_module.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:26:08 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 02:26:08 +0000
commitb19a968f9ad54bc6a71bcb657271166931e59805 (patch)
tree506c738ebed98db70bf82d457b01ce48254e0279 /lib/rdoc/class_module.rb
parent757dee1259ecb436debdb47f80905b73ed1ab510 (diff)
downloadruby-b19a968f9ad54bc6a71bcb657271166931e59805.tar.gz
* lib/rdoc/*: [DOC] Capitalize "Ruby" in documentation
Patch by Dave Worth https://github.com/ruby/ruby/pull/341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/class_module.rb')
-rw-r--r--lib/rdoc/class_module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/class_module.rb b/lib/rdoc/class_module.rb
index 5a279b516d..b796050431 100644
--- a/lib/rdoc/class_module.rb
+++ b/lib/rdoc/class_module.rb
@@ -175,7 +175,7 @@ class RDoc::ClassModule < RDoc::Context
alias direct_ancestors ancestors
##
- # Clears the comment. Used by the ruby parser.
+ # Clears the comment. Used by the Ruby parser.
def clear_comment
@comment = ''