diff --git a/Sc2086.md b/Sc2086.md index 16ff043..8c5288c 100644 --- a/Sc2086.md +++ b/Sc2086.md @@ -4,7 +4,7 @@ ```sh echo $1 -for i in $*; do :; done +for i in $*; do :; done # this one and the next one also applies to expanding arrays. for i in $@; do :; done ```