mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Fix typo. Patch by @davydovanton
[Fix GH-928][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4868eead07
commit
1781c4c1e1
2 changed files with 2 additions and 2 deletions
|
@ -2094,7 +2094,7 @@ class CSV
|
|||
# are set. When +field_name+ is <tt>:header_converters</tt> header converters
|
||||
# are added instead.
|
||||
#
|
||||
# The <tt>:unconverted_fields</tt> option is also actived for
|
||||
# The <tt>:unconverted_fields</tt> option is also activated for
|
||||
# <tt>:converters</tt> calls, if requested.
|
||||
#
|
||||
def init_converters(options, field_name = :converters)
|
||||
|
|
|
@ -158,7 +158,7 @@ STDOUT.sync = true
|
|||
# %M # inspect of main object (self)
|
||||
# %l # type of string(", ', /, ]), `]' is inner %w[...]
|
||||
# %NNi # indent level. NN is digits and means as same as printf("%NNd").
|
||||
# # It can be ommited
|
||||
# # It can be omitted
|
||||
# %NNn # line number.
|
||||
# %% # %
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue