From: Robin Eklind Date: Wed, 3 Sep 2014 17:44:33 +0000 (-0700) Subject: spec: Add link to rune literals from string literals when talking about escape sequences. X-Git-Tag: go1.4beta1~557 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f82097f5cf8a84b89fd8b9cc056f2854c1115c3c;p=gostls13.git spec: Add link to rune literals from string literals when talking about escape sequences. LGTM=gri R=golang-codereviews, gobot, gri CC=golang-codereviews https://golang.org/cl/140750043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index eec1cdb7a7..e8bb35f0b0 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -479,7 +479,7 @@ Interpreted string literals are character sequences between double quotes "". The text between the quotes, which may not contain newlines, forms the value of the literal, with backslash escapes interpreted as they -are in rune literals (except that \' is illegal and +are in rune literals (except that \' is illegal and \" is legal), with the same restrictions. The three-digit octal (\nnn) and two-digit hexadecimal (\xnn) escapes represent individual