From 8a474b344ea78fcf8a8ea3dac6c6efcf329c2fb9 Mon Sep 17 00:00:00 2001 From: cjilbert504 <54157657+cjilbert504@users.noreply.github.com> Date: Sun, 5 Feb 2023 03:27:57 -0600 Subject: [ruby/rdoc] [DOC] Fix reference to proper list type RDoc::MarkupReference The "Lettered List" section referred to the previous "Numbered List" section, so this PR fixes that reference to point instead of lettered lists. --- doc/rdoc/markup_reference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rdoc') diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index 66ec6786c0..6687197182 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -346,7 +346,7 @@ require 'rdoc' # # ===== Lettered Lists # -# A numbered list item begins with a letters and a period. +# A lettered list item begins with letters and a period. # # The items are automatically "re-lettered." # -- cgit v1.2.1