diff options
author | cjilbert504 <[email protected]> | 2023-02-05 03:27:57 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-02-05 09:28:02 +0000 |
commit | 8a474b344ea78fcf8a8ea3dac6c6efcf329c2fb9 (patch) | |
tree | f923cfef068f5ab62af529cb68f203f824486a7a /doc/rdoc | |
parent | 45a2f1c5c23f1c81afc7a999d6ae64e9f4fd3942 (diff) |
[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/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 2 |
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." # |