From: Oling Cat
Date: Wed, 5 Sep 2012 04:53:13 +0000 (+1000)
Subject: doc/go_spec: fix a typo
X-Git-Tag: go1.1rc2~2525
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=845f4d6b47895a86d2fba6e4178698612f2a54bc;p=gostls13.git
doc/go_spec: fix a typo
R=nigeltao
CC=golang-dev
https://golang.org/cl/6499075
---
diff --git a/doc/go_spec.html b/doc/go_spec.html
index c1434cfde4..2350fdbad8 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -383,7 +383,7 @@ a literal a
-dieresis, U+00E4, value 0xe4
.
Several backslash escapes allow arbitrary values to be encoded as
-as ASCII text. There are four ways to represent the integer value
+ASCII text. There are four ways to represent the integer value
as a numeric constant: \x
followed by exactly two hexadecimal
digits; \u
followed by exactly four hexadecimal digits;
\U
followed by exactly eight hexadecimal digits, and a