Commit 30e5ed24 authored by Robert Griesemer's avatar Robert Griesemer

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

R=rsc, r
CC=golang-dev
https://golang.org/cl/183113
parent 50442290
...@@ -179,7 +179,8 @@ into the token stream at the end of a non-blank line if the line's final ...@@ -179,7 +179,8 @@ into the token stream at the end of a non-blank line if the line's final
token is token is
</p> </p>
<ul> <ul>
<li>an identifier or basic literal <li>an identifier
<li>an integer, floating-point, character, or string literal
<li>one of the keywords <li>one of the keywords
<code>break</code>, <code>continue</code>, <code>fallthrough</code>, <code>break</code>, <code>continue</code>, <code>fallthrough</code>,
or <code>return</code> or <code>return</code>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment