From: Robert Griesemer Date: Wed, 29 Feb 2012 18:39:20 +0000 (-0800) Subject: spec: use the term "lexical token" (rather then "lexical symbol") X-Git-Tag: weekly.2012-03-04~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7c1cb37b55a5f09ec1549c3998c30e44462de2b5;p=gostls13.git 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 --- 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 ``.