Skip to content
Snippets Groups Projects
Commit 4137efc4 authored by Chen Rotem Levy's avatar Chen Rotem Levy Committed by GitHub
Browse files

typo in array example

misplaced ']'
parent 1c45eef9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment