diff --git a/SC2182.md b/SC2182.md index e5fbbb0..c4347c4 100644 --- a/SC2182.md +++ b/SC2182.md @@ -37,5 +37,5 @@ Rewrite your command using the right semantics, otherwise all arguments after th If you wanted a no-op, use `:` instead. ```sh -$ : ${place=world} +: ${place=world} ``` \ No newline at end of file