summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjilbert504 <54157657+cjilbert504@users.noreply.github.com>2023-02-05 03:27:57 -0600
committergit <svn-admin@ruby-lang.org>2023-02-05 09:28:02 +0000
commit8a474b344ea78fcf8a8ea3dac6c6efcf329c2fb9 (patch)
treef923cfef068f5ab62af529cb68f203f824486a7a /doc
parent45a2f1c5c23f1c81afc7a999d6ae64e9f4fd3942 (diff)
downloadruby-8a474b344ea78fcf8a8ea3dac6c6efcf329c2fb9.tar.gz
[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.
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 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."
#