diff options
author | Peter Zhu <[email protected]> | 2022-08-15 09:35:49 -0400 |
---|---|---|
committer | git <[email protected]> | 2022-08-16 02:48:04 +0900 |
commit | 4e66b3f47b2ad0d6cca1f2227dd38fdf117c0d3c (patch) | |
tree | 50d17387e012321940a4d95f450b5875d447552b /doc/rdoc | |
parent | e34720dcf4dcde543a0d9eabd4dd92bcdcb41c1f (diff) |
[ruby/rdoc] [DOC] Remove duplicated line in RDoc::MarkupReference
https://github.com/ruby/rdoc/commit/488f89aee4
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index 92fe2e7cc3..66ec6786c0 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -866,7 +866,6 @@ require 'rdoc' # # - On-page: <tt>::dummy_singleton_method</tt> links to ::dummy_singleton_method. # - Off-page<tt>RDoc::TokenStream::to_html</tt> links to RDoc::TokenStream::to_html. -# to \RDoc::TokenStream::to_html. # # Note: Occasionally \RDoc is not linked to a method whose name # has only special characters. Check whether the links you were expecting |