From 2c4903679e82e372e84a3acc6fbe79a0d9a8ed6e Mon Sep 17 00:00:00 2001 From: Ilya Kharlamov <502372+ilyakharlamov@users.noreply.github.com> Date: Tue, 24 Sep 2019 14:27:43 -0400 Subject: [PATCH] typo danglingParentheses typo danglingParenthesis -> danglingParentheses --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 2a3008446a..3775636372 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -54,8 +54,8 @@ it, considering * `align=none` If alignment is enabled a renaming of one entity can impact the indentation of other entities. -* `danglingParenthesis=true` Having the closing parenthesis on the same line as - the last argument makes the diff line include the parenthesis and everything +* `danglingParentheses=true` Having the closing parentheses on the same line as + the last argument makes the diff line include the parentheses and everything following it in case that argument is renamed. So, technically this does not reduce the number of diff lines, but the length of them.