From f9b5f12f679da06b3c42adf24752aef3b7e6751d Mon Sep 17 00:00:00 2001 From: Rocky Zhang Date: Sun, 6 Feb 2022 21:26:35 -0800 Subject: [PATCH] fix typo (#573) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a3020..a795651 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ Global option used locally overwrites the global, for example: } ``` -`mode` will be formatted with the passed fa=unction so only first char will be +`mode` will be formatted with the passed function so only first char will be shown . On the other hand branch will be formatted with global formatter `string.lower` so it will be showed in lower case.