From 75b14db22d9e3d333989da898a0cc55105ae5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Oct 2016 18:00:24 +0200 Subject: Fix typo --- 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 347a859..7aa2eaa 100644 --- a/doc/bash-style.cli +++ b/doc/bash-style.cli @@ -201,7 +201,7 @@ list=\"$(basename \"$1\")\" We also quote values that are \i{strings} as opposed to options/file names, paths, or integers. If setting a variable that will contain one of these -unquoted value, try to give it a name that reflects its type (e.g., +unquoted values, try to give it a name that reflects its type (e.g., \c{foo_file} rather than \c{foo_name}). Prefer single quotes for \c{sed} scripts, for example: -- cgit v1.1