Correct typo in snipper under Problematic code -one => +done

Ben Adamski
2017-08-28 10:25:06 -04:00
parent 9bc5a5bde4
commit 332540699c

@@ -4,7 +4,7 @@
```sh ```sh
echo $1 echo $1
for i in $*; do :; done # this one and the next one also applies to expanding arrays. for i in $*; do :; done # this done and the next one also applies to expanding arrays.
for i in $@; do :; done for i in $@; do :; done
``` ```