diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:26:08 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-19 02:26:08 +0000 |
commit | b19a968f9ad54bc6a71bcb657271166931e59805 (patch) | |
tree | 506c738ebed98db70bf82d457b01ce48254e0279 /lib/rdoc/markup.rb | |
parent | 757dee1259ecb436debdb47f80905b73ed1ab510 (diff) |
* 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/markup.rb')
-rw-r--r-- | lib/rdoc/markup.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |