From e6c1752137349537c72f4438d34c990b26d0c71d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 4 Jun 2008 09:37:38 +0000 Subject: * lib/rdoc.rb: massive spelling correction patch from Evan Farrar in [ruby-doc:1382] applied. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rdoc.rb') diff --git a/lib/rdoc.rb b/lib/rdoc.rb index d89ac1fde9..7aae05731f 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -20,7 +20,7 @@ $DEBUG_RDOC = nil # * If you want to include extensions written in C, see RDoc::C_Parser # * For information on the various markups available in comment blocks, see # RDoc::Markup. -# * If you want to drive RDoc programatically, see RDoc::RDoc. +# * If you want to drive RDoc programmatically, see RDoc::RDoc. # * If you want to use the library to format text blocks into HTML, have a look # at RDoc::Markup. # * If you want to try writing your own HTML output template, see @@ -206,7 +206,7 @@ $DEBUG_RDOC = nil # Stop and start adding new documentation elements to the current container. # For example, if a class has a number of constants that you don't want to # document, put a +:stopdoc:+ before the first, and a +:startdoc:+ after the -# last. If you don't specifiy a +:startdoc:+ by the end of the container, +# last. If you don't specify a +:startdoc:+ by the end of the container, # disables documentation for the entire class or module. # # = Other stuff -- cgit v1.2.3