aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2016-05-28 10:03:31 -0700
committerRob Pike <r@golang.org>2016-05-28 20:43:21 +0000
commit8b16845fc1df744688a021c727a11ec4a3a390b4 (patch)
tree5b9bf57fd4b6eb514abdb47fb8f16fb95d2ba7fe
parent331c4f2f0121a7c9f71875eb340623fc24138d57 (diff)
content/constants.article: fix typo
Delete duplicate "has". Change-Id: I7f21b4347702962f7ac2f26c235eae642b290166 Reviewed-on: https://go-review.googlesource.com/23553 Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--content/constants.article2
1 files changed, 1 insertions, 1 deletions
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, 世界"