diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-04 09:10:10 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-04 09:10:10 +0000 |
commit | 44aaff6d310f8cf88d89af4437d678a64bd89aa4 (patch) | |
tree | 240641319521b57c3dda4eee79b12922bf265675 /lib/rdoc/task.rb | |
parent | 74c462a90047ca25be8c7cc922dfa2118fc06bfd (diff) |
[DOC] Fix close tags [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/task.rb')
-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 323d00eabc..0bedaa50b0 100644 --- a/lib/rdoc/task.rb +++ b/lib/rdoc/task.rb @@ -128,7 +128,7 @@ class RDoc::Task < Rake::TaskLib attr_accessor :template ## - # Name of format generator (<tt>--format<tt>) used by rdoc. (defaults to + # Name of format generator (<tt>--format</tt>) used by rdoc. (defaults to # rdoc's default) attr_accessor :generator |