diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2022-04-25 09:48:55 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-04-25 10:14:55 +0900 |
commit | 392c952ab26797d130ff95aab84ecaac02978ec6 (patch) | |
tree | 42c41d25d818c4873ea13aff1dc9aeda2bf79237 /lib/rdoc | |
parent | d41bc9b68ec39b053c4794c693c351e05242ada3 (diff) |
[ruby/rdoc] Fix a typo [ci skip]
https://github.com/ruby/rdoc/commit/b42c4a2fe2
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/ri/driver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/ri/driver.rb b/lib/rdoc/ri/driver.rb index 48a625c6cd..edd2a703e7 100644 --- a/lib/rdoc/ri/driver.rb +++ b/lib/rdoc/ri/driver.rb @@ -15,7 +15,7 @@ end require_relative '../../rdoc' require_relative 'formatter' # For RubyGems backwards compatibility -# TODO: Fix wierd documentation with `require_relative` +# TODO: Fix weird documentation with `require_relative` ## # The RI driver implements the command-line ri tool. |