From 8b16845fc1df744688a021c727a11ec4a3a390b4 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 28 May 2016 10:03:31 -0700 Subject: content/constants.article: fix typo Delete duplicate "has". Change-Id: I7f21b4347702962f7ac2f26c235eae642b290166 Reviewed-on: https://go-review.googlesource.com/23553 Reviewed-by: Rob Pike --- content/constants.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/constants.article b/content/constants.article index 6393204..a001b9a 100644 --- a/content/constants.article +++ b/content/constants.article @@ -74,7 +74,7 @@ There are many kinds of numeric constants—integers, floats, runes, signed, uns String constants are easy to understand and provide a smaller space in which to explore the type issues of constants in Go. A string constant encloses some text between double quotes. -(Go has also has raw string literals, enclosed by backquotes ``````, but for the purpose of this discussion they have all the same properties.) +(Go also has raw string literals, enclosed by backquotes ``````, but for the purpose of this discussion they have all the same properties.) Here is a string constant: "Hello, 世界" -- cgit v1.2.3