From d17384db984346eb511b022dd270275e23cc884b Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 18 Sep 2015 23:26:42 -0400 Subject: [PATCH] Updated SC2039 (markdown) --- SC2039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2039.md b/SC2039.md index 94038a9..2d067e1 100644 --- a/SC2039.md +++ b/SC2039.md @@ -36,7 +36,7 @@ POSIX: . gettext.sh # GNU Gettext sh library # ... barout=$(bar) -eval_gettext 'foo $barout baz' # GNU Gettext automatically echos. See their doc for more info. +eval_gettext 'foo $barout baz' # See GNU Gettext doc for more info. ``` Or you can change them to normal double quotes so you go without `gettext`.