From b0b8bebe6cc2461d007e77455c3a93834caf2345 Mon Sep 17 00:00:00 2001 From: Francis Date: Wed, 19 Feb 2014 12:22:46 +0100 Subject: [PATCH] [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. --- site/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index ca6ea87e..96042bed 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -109,7 +109,7 @@ class="flag">flags (specified on the command-line) that control them.

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, ASCII-8BIT. Available encoding for the ruby in use, can be shown by command ruby -e 'puts Encoding::list.join("\n")'