aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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, 世界"