aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOling Cat <olingcat@gmail.com>2012-09-22 05:55:02 +1000
committerNigel Tao <nigeltao@golang.org>2012-09-22 05:55:02 +1000
commit5db7b7524d12bc8cc85fa321956ae19667488867 (patch)
tree5973a36cfac809473ae6f70b29708a268f7d4817
parent023fbb810dda601d7773d1055b2a3fd9df043fb2 (diff)
downloadgo-5db7b7524d12bc8cc85fa321956ae19667488867.tar.gz
go-5db7b7524d12bc8cc85fa321956ae19667488867.zip
[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 »»»
-rw-r--r--doc/go_spec.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of August 29, 2012",
+ "Subtitle": "Version of September 4, 2012",
"Path": "/ref/spec"
}-->
@@ -383,7 +383,7 @@ a literal <code>a</code>-dieresis, U+00E4, value <code>0xe4</code>.
</p>
<p>
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: <code>\x</code> followed by exactly two hexadecimal
digits; <code>\u</code> followed by exactly four hexadecimal digits;
<code>\U</code> followed by exactly eight hexadecimal digits, and a