From: Robert Griesemer
Date: Tue, 5 Jan 2010 01:28:02 +0000 (-0800)
Subject: remove reference to "basic literal" since it's never defined
X-Git-Tag: weekly.2010-01-05~9
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30e5ed249d2ee5d4ae3703638358a2d0224e0f01;p=gostls13.git
remove reference to "basic literal" since it's never defined
R=rsc, r
CC=golang-dev
https://golang.org/cl/183113
---
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
- - an identifier or basic literal
+
- an identifier
+
- an integer, floating-point, character, or string literal
- one of the keywords
break
, continue
, fallthrough
,
or return