From 7c1cb37b55a5f09ec1549c3998c30e44462de2b5 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 29 Feb 2012 10:39:20 -0800 Subject: [PATCH] spec: use the term "lexical token" (rather then "lexical symbol") Fix for minor inconsistency. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5709058 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 46cb47f10e..96bf8b721f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -67,7 +67,7 @@ operators, in increasing precedence:

Lower-case production names are used to identify lexical tokens. -Non-terminals are in CamelCase. Lexical symbols are enclosed in +Non-terminals are in CamelCase. Lexical tokens are enclosed in double quotes "" or back quotes ``.

-- 2.48.1