]> Cypherpunks repositories - gostls13.git/commitdiff
remove reference to "basic literal" since it's never defined
authorRobert Griesemer <gri@golang.org>
Tue, 5 Jan 2010 01:28:02 +0000 (17:28 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 5 Jan 2010 01:28:02 +0000 (17:28 -0800)
R=rsc, r
CC=golang-dev
https://golang.org/cl/183113

doc/go_spec.html

index 8a11e49f9d78b9c75750a6e58922b1beeeda49fb..1ca5fe7c1e336fb9b0c3d2edb8cd0b6ce9aff8fe 100644 (file)
@@ -179,7 +179,8 @@ into the token stream at the end of a non-blank line if the line's final
 token is
 </p>
 <ul>
-       <li>an identifier or basic literal
+       <li>an identifier
+       <li>an integer, floating-point, character, or string literal
        <li>one of the keywords
            <code>break</code>, <code>continue</code>, <code>fallthrough</code>,
            or <code>return</code>