diff options
author | zzak <[email protected]> | 2023-06-16 16:15:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-06-16 08:54:12 +0000 |
commit | 80dfe2bc4dd50f9d26586b7ac3516baf2eb7484a (patch) | |
tree | 0dcd7560d1defeb2682931139daa5715db64f23e /doc/rdoc | |
parent | 5bc1b56c14db279368c16a099c538189483c0a5a (diff) |
[ruby/rdoc] Fix missing closing colon for `:notnew:`
https://github.com/ruby/rdoc/commit/1e550b7d02
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index e63d625b55..dac5c84708 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -26,7 +26,7 @@ require 'rdoc' # - Single-line or multi-line comments that precede certain definitions; # see {Markup in Comments}[rdoc-ref:RDoc::MarkupReference@Markup+in+Comments]. # - \RDoc directives in trailing comments (on the same line as code); -# see <tt>:nodoc:</tt>, <tt>:doc:</tt>, and <tt>:notnew</tt>. +# see <tt>:nodoc:</tt>, <tt>:doc:</tt>, and <tt>:notnew:</tt>. # - \RDoc directives in single-line comments; # see other {Directives}[rdoc-ref:RDoc::MarkupReference@Directives]. # - The Ruby code itself (but not from C code); |