From 9d0669d6a61d104cff4620784a315cc296f114f0 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 8 Nov 2019 12:07:41 +0100 Subject: [PATCH] Fix typo in ChangeLog.md --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8254a36..3230921 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -84,7 +84,7 @@ CONFIG is either: 1) one or more flags in the form of what brittany accepts - on the commandline, e.g. "-- columns 50", or + on the commandline, e.g. "--columns 50", or 2) one or more specifications in the form of what brittany accepts in its config files for the layouting config (a one-line yaml document), e.g. "{ lconfig_cols: 50 }"