Merge pull request #490 from ddelapaz/patch-1

Update 02.2.md
This commit is contained in:
astaxie
2015-07-02 21:36:10 +08:00

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