From 5db7b7524d12bc8cc85fa321956ae19667488867 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Sat, 22 Sep 2012 05:55:02 +1000 Subject: [release-branch.go1] doc/go_spec: fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« backport 5bf4d4da76e9 doc/go_spec: fix a typo R=nigeltao CC=golang-dev https://golang.org/cl/6499075 »»» --- doc/go_spec.html | 4 ++-- 1 file 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 @@ @@ -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 -- cgit v1.2.3-54-g00ecf