fixes parenthesis typo in configuration docs

This commit is contained in:
Cash Costello 2016-02-08 21:08:48 -05:00
parent 29a5a3c303
commit fd0e99ceac
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
<td> <td>
<p class="name"><strong>Encoding</strong></p> <p class="name"><strong>Encoding</strong></p>
<p class="description"> <p class="description">
Set the encoding of files by name. Only available for Ruby Set the encoding of files by name (only available for Ruby
1.9 or later). 1.9 or later).
The default value is <code>utf-8</code> starting in 2.0.0, The default value is <code>utf-8</code> starting in 2.0.0,
and <code>nil</code> before 2.0.0, which will yield the Ruby and <code>nil</code> before 2.0.0, which will yield the Ruby