From 88f526a9f954c28acf35dc7a7d5f5729d880bfea Mon Sep 17 00:00:00 2001 From: Jerrin Shaji George Date: Wed, 15 Aug 2018 13:57:50 -0700 Subject: content/slices.article: fix a typo Change-Id: Id0b88adc1cf99b09149b75768b4e12f8d974eba0 Reviewed-on: https://go-review.googlesource.com/129455 Reviewed-by: Brad Fitzpatrick --- content/slices.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/slices.article b/content/slices.article index 015d56f..324e8e1 100644 --- a/content/slices.article +++ b/content/slices.article @@ -422,7 +422,7 @@ Try it: .play -edit slices/prog120.go /START/,/END/ -Another new technique is in this example is that we initialize the slice by writing a composite literal, +Another new technique in this example is that we initialize the slice by writing a composite literal, which consists of the type of the slice followed by its elements in braces: .code slices/prog120.go /slice := / -- cgit v1.2.3