From 4bc6e8623a7acce2c50f7d799e11523ae52f4927 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 25 Mar 2015 22:35:58 +0900 Subject: [PATCH] Fixing readme --- README.md | 3 --- doc/argwrap.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f011a73..d73efa9 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,6 @@ information. Specifies if the closing brace should be wrapped to a new line. This setting is helpful when working with languages such as Google's [Go](https://golang.org/project/), which enforce coding style during compliation. - Specifies if the closing brace should be wrapped to a new line. This setting is helpful for languages such as - Google's [Go](https://golang.org/) which enforce this style during compliation. - Brace wrapping enabled (default) ``` diff --git a/doc/argwrap.txt b/doc/argwrap.txt index 140329e..134da4c 100644 --- a/doc/argwrap.txt +++ b/doc/argwrap.txt @@ -42,7 +42,7 @@ INSTALLATION *argwrap-installation* * g:argwrap_wrap_closing_brace or b:argwrap_wrap_closing_brace Specifies if the closing brace should be wrapped to a new line. This - setting is helpful when working with languages such as Google's Go + setting is helpful when working with languages such as Google's Go, which enforce coding style during compliation. Brace wrapping enabled (default)