Merge pull request #4502 from cash/cash-patch-1

fixes parenthesis typo in configuration docs
This commit is contained in:
Parker Moore 2016-02-09 10:21:18 -08:00
commit c85a3aafbe
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