Skip to content

Commit 849b791

Browse files
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 <[email protected]> Trust: Robert Griesemer <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
1 parent 0914646 commit 849b791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go_spec.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--{
22
"Title": "The Go Programming Language Specification",
3-
"Subtitle": "Version of Jul 1, 2021",
3+
"Subtitle": "Version of Jul 24, 2021",
44
"Path": "/ref/spec"
55
}-->
66

@@ -490,8 +490,8 @@ <h3 id="Rune_literals">Rune literals</h3>
490490
\n U+000A line feed or newline
491491
\r U+000D carriage return
492492
\t U+0009 horizontal tab
493-
\v U+000b vertical tab
494-
\\ U+005c backslash
493+
\v U+000B vertical tab
494+
\\ U+005C backslash
495495
\' U+0027 single quote (valid escape only within rune literals)
496496
\" U+0022 double quote (valid escape only within string literals)
497497
</pre>

0 commit comments

Comments
 (0)