From 845f4d6b47895a86d2fba6e4178698612f2a54bc Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Wed, 5 Sep 2012 14:53:13 +1000 Subject: [PATCH] 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 c1434cfde41..2350fdbad80 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