Update 02.2.md

Quick fix, sentence had a typo. Removed extra 'a'.
This commit is contained in:
Dayan De La Paz
2015-06-26 14:22:10 -04:00
committed by James Miranda
parent 4c9d371363
commit 16088e6fcc

View File

@@ -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