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`.