[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.
This commit is contained in:
cjilbert504 2023-02-05 03:27:57 -06:00 committed by git
parent 45a2f1c5c2
commit 8a474b344e

View File

@ -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."
#