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
parent 94ab646b00
commit 40753aa756

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