We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0914646 commit 849b791Copy full SHA for 849b791
doc/go_spec.html
@@ -1,6 +1,6 @@
1
<!--{
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of Jul 1, 2021",
+ "Subtitle": "Version of Jul 24, 2021",
4
"Path": "/ref/spec"
5
}-->
6
@@ -490,8 +490,8 @@ <h3 id="Rune_literals">Rune literals</h3>
490
\n U+000A line feed or newline
491
\r U+000D carriage return
492
\t U+0009 horizontal tab
493
-\v U+000b vertical tab
494
-\\ U+005c backslash
+\v U+000B vertical tab
+\\ U+005C backslash
495
\' U+0027 single quote (valid escape only within rune literals)
496
\" U+0022 double quote (valid escape only within string literals)
497
</pre>
0 commit comments