From add4999266159e6d58de5854e8e5461a7b5b990d Mon Sep 17 00:00:00 2001 From: koalaman Date: Mon, 13 Mar 2017 13:30:50 -0700 Subject: [PATCH] Updated SC2148 (markdown) --- SC2148.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2148.md b/SC2148.md index ddd3dc3..db6cc9d 100644 --- a/SC2148.md +++ b/SC2148.md @@ -3,7 +3,7 @@ ### Problematic code: ```sh -echo "$RANDOM" # Does this work +echo "$RANDOM" # Does this work? ``` ### Correct code: