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