Merge pull request #5 from jaywgraves/patch-3

typo
This commit is contained in:
Mark McGranaghan 2012-10-11 10:58:13 -07:00
commit baa0af6a6c

View File

@ -27,7 +27,7 @@ func main() {
// support several more that make them richer than
// arrays. One is the builtin `append`, which
// returns a slice containing one or more new values.
// Note that we need to accapt a return value from
// Note that we need to accept a return value from
// append as we may get a new slice reference.
s = append(s, 6)
s = append(s, 7, 8)