diff --git a/SC1015.md b/SC1015.md index 0491cde..e69f0f2 100644 --- a/SC1015.md +++ b/SC1015.md @@ -20,4 +20,8 @@ Simply delete them and retype them in your editor. ### Exceptions -If you really want literal Unicode double quotes, you can put them in single quotes (or unicode single quotes in double quotes) to make shellcheck ignore them. +If you really want literal Unicode double quotes, you can put them in single quotes (or Unicode single quotes in double quotes) to make shellcheck ignore them, e.g., + +```sh +printf 'Warning: “wakeonlan” is not installed.\n' +``` \ No newline at end of file