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

[ruby/optparse] Remove an errant { character (https://github.com/ruby/optparse/pull/26)

https://github.com/ruby/optparse/commit/47417f1b4c
This commit is contained in:
Olle Jonsson 2021-04-23 13:04:25 +02:00 committed by Hiroshi SHIBATA
parent c4556a2022
commit 3026ee56b1
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -216,7 +216,7 @@ Executions:
File +decimal_numeric.rb+ File +decimal_numeric.rb+
defines an option whose argument is to be converted to an \Integer object. defines an option whose argument is to be converted to an \Integer object.
The argument is converted by method {Kernel#Integer The argument is converted by method Kernel#Integer
:include: ruby/decimal_numeric.rb :include: ruby/decimal_numeric.rb