From 80dfe2bc4dd50f9d26586b7ac3516baf2eb7484a Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 16 Jun 2023 16:15:32 +0900 Subject: [ruby/rdoc] Fix missing closing colon for `:notnew:` https://github.com/ruby/rdoc/commit/1e550b7d02 --- doc/rdoc/markup_reference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 :nodoc:, :doc:, and :notnew. +# see :nodoc:, :doc:, and :notnew:. # - \RDoc directives in single-line comments; # see other {Directives}[rdoc-ref:RDoc::MarkupReference@Directives]. # - The Ruby code itself (but not from C code); -- cgit v1.2.3