From b19a968f9ad54bc6a71bcb657271166931e59805 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 19 Jul 2013 02:26:08 +0000 Subject: * 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 --- lib/rdoc/markup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rdoc/markup.rb') diff --git a/lib/rdoc/markup.rb b/lib/rdoc/markup.rb index bdd2064d6f..0b6e187d97 100644 --- a/lib/rdoc/markup.rb +++ b/lib/rdoc/markup.rb @@ -127,7 +127,7 @@ # left, so the amount of indentation of verbatim text is unimportant. # # For HTML output RDoc makes a small effort to determine if a verbatim section -# contains ruby source code. If so, the verbatim block will be marked up as +# contains Ruby source code. If so, the verbatim block will be marked up as # HTML. Triggers include "def", "class", "module", "require", the "hash # rocket"# (=>) or a block call with a parameter. # @@ -683,7 +683,7 @@ # # [+:markup:+ _type_] # Overrides the default markup type for this comment with the specified -# markup type. For ruby files, if the first comment contains this directive +# markup type. For Ruby files, if the first comment contains this directive # it is applied automatically to all comments in the file. # # Unless you are converting between markup formats you should use a -- cgit v1.2.3