From: Ian Lance Taylor Date: Sat, 24 Jul 2021 23:53:02 +0000 (-0700) Subject: spec: use consistent capitalization for rune literal hex constants X-Git-Tag: go1.17rc2~1^2~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=849b7911293c3cb11d76ff2778ed560100f987d1;p=gostls13.git spec: use consistent capitalization for rune literal hex constants Fixes #47368 Change-Id: I2f65c0008658532123f04d08e99e5d083f33461a Reviewed-on: https://go-review.googlesource.com/c/go/+/337234 Trust: Ian Lance Taylor Trust: Robert Griesemer Reviewed-by: Emmanuel Odeke Reviewed-by: Robert Griesemer --- diff --git a/doc/go_spec.html b/doc/go_spec.html index df256f0f0e..cc7ed6a561 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -490,8 +490,8 @@ After a backslash, certain single-character escapes represent special values: \n U+000A line feed or newline \r U+000D carriage return \t U+0009 horizontal tab -\v U+000b vertical tab -\\ U+005c backslash +\v U+000B vertical tab +\\ U+005C backslash \' U+0027 single quote (valid escape only within rune literals) \" U+0022 double quote (valid escape only within string literals)