1
0
mirror of https://github.com/golang/go synced 2024-11-21 17:34:40 -07:00

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
This commit is contained in:
Robert Griesemer 2012-02-29 10:39:20 -08:00
parent df3a841021
commit 7c1cb37b55

View File

@ -67,7 +67,7 @@ operators, in increasing precedence:
<p>
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 <code>""</code> or back quotes <code>``</code>.
</p>