summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/README
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 09:37:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 09:37:38 +0000
commitf12e1bb3fa605f99201e02b80752725839e12e1a (patch)
treedcaf4183b65972648531083adbd167bfd1274d38 /lib/rdoc/README
parent2e4a24efb251c81855abd25beb6a3ab74ec02ab4 (diff)
downloadruby-f12e1bb3fa605f99201e02b80752725839e12e1a.tar.gz
ruby-f12e1bb3fa605f99201e02b80752725839e12e1a.tar.xz
ruby-f12e1bb3fa605f99201e02b80752725839e12e1a.zip
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
<evanfarrar at gmail.com> in [ruby-doc:1382] applied. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/README')
-rw-r--r--lib/rdoc/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/README b/lib/rdoc/README
index cb00a5e35..f183c61f8 100644
--- a/lib/rdoc/README
+++ b/lib/rdoc/README
@@ -17,7 +17,7 @@ document methods, classes, and so on.
* 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
@@ -196,7 +196,7 @@ Comment blocks can contain other directives:
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