diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-14 12:46:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-14 12:46:29 +0200 |
commit | 967c57e25be857dbe10e24ef1e39a442af9baad7 (patch) | |
tree | 9167a4b17df59490f26eaf45d9d004e66fc6afa4 /doc/bash-style.cli | |
parent | 510cff62060da3ed639bed663ffb85311bf23707 (diff) |
Fix typo in Bash style guide
Diffstat (limited to 'doc/bash-style.cli')
-rw-r--r-- | doc/bash-style.cli | 2 |
1 files changed, 1 insertions, 1 deletions
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 |