1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/optparse] Fixed mismatched <tt> tag

https://github.com/ruby/optparse/commit/7e65ef3cfa
This commit is contained in:
Nobuyoshi Nakada 2021-04-12 00:38:40 +09:00 committed by Hiroshi SHIBATA
parent a4631a4273
commit 311eb328c8
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -44,7 +44,7 @@ The class also has:
- {Option with No Argument}[#label-Option+with+No+Argument]
- {Option with Required Argument}[#label-Option+with+Required+Argument]
- {Option with Optional Argument}[#label-Option+with+Optional+Argument]
- {Keyword Argument <tt>into<tt>}[#label-Keyword+Argument+into]
- {Keyword Argument <tt>into</tt>}[#label-Keyword+Argument+into]
- {Collecting Options}[#label-Collecting+Options]
- {Checking for Missing Options}[#label-Checking+for+Missing+Options]
- {Default Values for Options}[#label-Default+Values+for+Options]