From 40753aa75679558fe979c4046d6e49850f1d0d23 Mon Sep 17 00:00:00 2001 From: Dayan De La Paz Date: Fri, 26 Jun 2015 14:22:10 -0400 Subject: [PATCH] Update 02.2.md Quick fix, sentence had a typo. Removed extra 'a'. --- en/02.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02.2.md b/en/02.2.md index 21b7952e..c1366cef 100644 --- a/en/02.2.md +++ b/en/02.2.md @@ -244,7 +244,7 @@ The reason that Go is concise because it has some default behaviors. ### array -`array` is an array obviously, we define a one as follows. +`array` is an array obviously, we define one as follows. var arr [n]type