summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzzak <zzakscott@gmail.com>2023-06-16 16:15:32 +0900
committergit <svn-admin@ruby-lang.org>2023-06-16 08:54:12 +0000
commit80dfe2bc4dd50f9d26586b7ac3516baf2eb7484a (patch)
tree0dcd7560d1defeb2682931139daa5715db64f23e /doc
parent5bc1b56c14db279368c16a099c538189483c0a5a (diff)
[ruby/rdoc] Fix missing closing colon for `:notnew:`
https://github.com/ruby/rdoc/commit/1e550b7d02
Diffstat (limited to 'doc')
-rw-r--r--doc/rdoc/markup_reference.rb2
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);