Updated SC2182 (markdown)

smichel17
2020-12-30 18:49:10 +00:00
parent 0fd86c049e
commit 19fee31e0a

@@ -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}
```