Skip to content

Commit

Permalink
Merge pull request #863 from gemmaro/patch-1
Browse files Browse the repository at this point in the history
Fix typo in RDoc::Task example: '.doc' -> '.rdoc'
  • Loading branch information
hsbt committed Jan 24, 2022
2 parents eea17e0 + 7a77e55 commit fd9c58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# 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
Expand Down

0 comments on commit fd9c58b

Please sign in to comment.