1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:54:43 -07:00

remove reference to "basic literal" since it's never defined

R=rsc, r
CC=golang-dev
https://golang.org/cl/183113
This commit is contained in:
Robert Griesemer 2010-01-04 17:28:02 -08:00
parent 50442290bb
commit 30e5ed249d

View 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>