From 0f4f2b91480c6f15a10e5bc59b98d06a008b3056 Mon Sep 17 00:00:00 2001 From: Francesc Campoy Date: Tue, 26 Aug 2014 09:18:59 -0700 Subject: go.blog: fix typo on constants blog post LGTM=adg R=adg, r CC=golang-codereviews https://golang.org/cl/133910043 --- content/constants.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/constants.article b/content/constants.article index a7f565f..6393204 100644 --- a/content/constants.article +++ b/content/constants.article @@ -128,7 +128,7 @@ or m = hello -because, unlike the typed constants `typedHello` and `myStringHello`, the untyped constants `"Hello, 世界"` and `hello` _have_no_type_. +because, unlike the typed constants `typedHello` and `myStringHello`, the untyped constants `"Hello,`世界"` and `hello` _have_no_type_. Assigning them to a variable of any type compatible with strings works without error. These untyped string constants are strings, of course, so they can only be used where a string is allowed, but they do not have _type_ `string`. -- cgit v1.2.3