From 0866dfcf55cfbc038457165d106067329ac6dbe4 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:11:05 +0100 Subject: [PATCH] Use proper em dash instead of double hyphen --- SC2215.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2215.md b/SC2215.md index e915ff2..70f6e07 100644 --- a/SC2215.md +++ b/SC2215.md @@ -42,4 +42,4 @@ There are two typical ways in which this happens: ### Exceptions: -If you actually have a command that starts with a dash -- which you should really reconsider -- you can quote the name (or at least the leading dash). This makes no difference to the shell, but makes it clear to ShellCheck and humans that this is not intended as a flag. \ No newline at end of file +If you actually have a command that starts with a dash—which you should really reconsider—you can quote the name (or at least the leading dash). This makes no difference to the shell, but makes it clear to ShellCheck and humans that this is not intended as a flag. \ No newline at end of file