diff --git a/README.md b/README.md index 4a2ee3483b3e4e9b966726ce2c788176e5f6750e..121c1ea2882dfeb7b11c2b8bc9c7cfc4c1222f29 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ When an array variable is passed by itself, it will coerced into a string. Brace expansions actually create a vector of values under the hood, and thus they can be used to create an array. ```ion -let braced_array = [ ]{down,up}vote ] +let braced_array = [ {down,up}vote ] ``` #### Array-based Command Substitution