[configuration.md] Correct typo
Typo: 'use' Proposed Correction: 'uses the' --- In English, 'use' is the verb form for plural subjects, where as 'uses' is the verb form for a singular subject. For this case, the subject, 'default value', is singular.
This commit is contained in:
parent
b1812e7711
commit
b0b8bebe6c
|
@ -109,7 +109,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
|||
<p class="description">
|
||||
Set the encoding of files by name. Only available for Ruby
|
||||
1.9 or later).
|
||||
The default value is nil, which use Ruby default,
|
||||
The default value is nil, which uses the Ruby default,
|
||||
<code>ASCII-8BIT</code>.
|
||||
Available encoding for the ruby in use, can be shown by
|
||||
command <code>ruby -e 'puts Encoding::list.join("\n")'</code>
|
||||
|
|
Loading…
Reference in New Issue