From fd0e99ceac011c471a4845398c01d7edeb2883ac Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 8 Feb 2016 21:08:48 -0500 Subject: [PATCH] fixes parenthesis typo in configuration docs --- 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 4e78ab7a..7a602b19 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -120,7 +120,7 @@ class="flag">flags (specified on the command-line) that control them.

Encoding

- 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). The default value is utf-8 starting in 2.0.0, and nil before 2.0.0, which will yield the Ruby