From 4137efc435c83e5b1515b9e2ef026a21fb63454a Mon Sep 17 00:00:00 2001
From: Chen Rotem Levy <chenl@users.noreply.github.com>
Date: Sun, 16 Jul 2017 10:37:46 +0300
Subject: [PATCH] typo in array example

misplaced ']'
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4a2ee348..121c1ea2 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
-- 
GitLab