From 30e5ed249d2ee5d4ae3703638358a2d0224e0f01 Mon Sep 17 00:00:00 2001
From: Robert Griesemer
Date: Mon, 4 Jan 2010 17:28:02 -0800
Subject: [PATCH] remove reference to "basic literal" since it's never defined
R=rsc, r
CC=golang-dev
https://golang.org/cl/183113
---
doc/go_spec.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 8a11e49f9d7..1ca5fe7c1e3 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