From 19fee31e0aff4efd4ae25ae1e8a27b615a14bffb Mon Sep 17 00:00:00 2001 From: smichel17 Date: Wed, 30 Dec 2020 18:49:10 +0000 Subject: [PATCH] Updated SC2182 (markdown) --- SC2182.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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