From 967c57e25be857dbe10e24ef1e39a442af9baad7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jan 2021 12:46:29 +0200 Subject: Fix typo in Bash style guide --- doc/bash-style.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bash-style.cli b/doc/bash-style.cli index 217ad11..b07ffc1 100644 --- a/doc/bash-style.cli +++ b/doc/bash-style.cli @@ -57,7 +57,7 @@ for x in ...; do done \ -Do use \c{elif} instead of nested \c{else} and \c{if} (and consider is +Do use \c{elif} instead of nested \c{else} and \c{if} (and consider if \c{case} can be used instead). For \c{if} use \c{[ ]} for basic tests and \c{[[ ]]} if the previous form is -- cgit v1.1