diff options
author | gemmaro <[email protected]> | 2022-01-22 12:28:07 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-01-24 10:17:16 +0900 |
commit | d77f2ff5b4dc35c75cdca355594fdcd654828852 (patch) | |
tree | 6f5f4b0f8369991571626bdbedb6e2c8f788b180 /lib/rdoc | |
parent | 52caeb47e7488da969ec32df6b3b223d95c30604 (diff) |
[ruby/rdoc] Fix typo in RDoc::Task example
https://github.com/ruby/rdoc/commit/7a77e55c2a
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/task.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/task.rb b/lib/rdoc/task.rb index 0bedaa50b0..fa13a4f0bd 100644 --- a/lib/rdoc/task.rb +++ b/lib/rdoc/task.rb @@ -71,7 +71,7 @@ require 'rake/tasklib' # require 'rdoc/task' # # RDoc::Task.new :rdoc_dev do |rdoc| -# rdoc.main = "README.doc" +# rdoc.main = "README.rdoc" # rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb") # rdoc.options << "--all" # end |