aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-01-04 17:28:02 -0800
committerRobert Griesemer <gri@golang.org>2010-01-04 17:28:02 -0800
commit30e5ed249d2ee5d4ae3703638358a2d0224e0f01 (patch)
treeaec703b3dc10e88e90dd0fa10fc5967b3f0c478e
parent50442290bb862c51e1a93a9fd712481423688206 (diff)
downloadgo-30e5ed249d2ee5d4ae3703638358a2d0224e0f01.tar.gz
go-30e5ed249d2ee5d4ae3703638358a2d0224e0f01.zip
remove reference to "basic literal" since it's never defined
R=rsc, r CC=golang-dev https://golang.org/cl/183113
-rw-r--r--doc/go_spec.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 8a11e49f9d..1ca5fe7c1e 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>