mirror of
https://github.com/golang/go
synced 2024-11-21 23:44:39 -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:
parent
df3a841021
commit
7c1cb37b55
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user