From 3e2aa75bd9a84e7a35b71e43b93b894fd50e3179 Mon Sep 17 00:00:00 2001 From: koalaman Date: Thu, 3 Jul 2014 20:35:27 -0700 Subject: [PATCH] Updated SC2088 (markdown) --- SC2088.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2088.md b/SC2088.md index e308d73..bc66ac6 100644 --- a/SC2088.md +++ b/SC2088.md @@ -16,7 +16,7 @@ To expand it, the tilde, the optional username, and its following slash should b These strings expand: - ~/file # Correct: tilde up to the slash is unquoted (as is everything else) + ~/file # Correct: tilde up to the slash is unquoted (everything is) ~/"$var" # Correct: tilde up to the slash is unquoted ~user/"hello world.txt" # Correct: tilde up to the slash is unquoted