From: Oling Cat
Date: Fri, 21 Sep 2012 19:55:02 +0000 (+1000)
Subject: [release-branch.go1] doc/go_spec: fix a typo
X-Git-Tag: go1.0.3~39
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5db7b7524d12bc8cc85fa321956ae19667488867;p=gostls13.git
[release-branch.go1] doc/go_spec: fix a typo
««« backport 5bf4d4da76e9
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