mirror of
https://github.com/golang/go
synced 2024-11-19 15:44:44 -07:00
cmd/compile/internal/syntax: fix 'delimiters' spelling
Change-Id: Iffb52a0bdc479642eda3b5a12ba5da6590d0f0ec Reviewed-on: https://go-review.googlesource.com/55330 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
5abc8c897c
commit
cc4aac2b9b
@ -25,7 +25,7 @@ const (
|
|||||||
_Arrow
|
_Arrow
|
||||||
_Star
|
_Star
|
||||||
|
|
||||||
// delimitors
|
// delimiters
|
||||||
_Lparen
|
_Lparen
|
||||||
_Lbrack
|
_Lbrack
|
||||||
_Lbrace
|
_Lbrace
|
||||||
@ -97,7 +97,7 @@ var tokstrings = [...]string{
|
|||||||
_Arrow: "<-",
|
_Arrow: "<-",
|
||||||
_Star: "*",
|
_Star: "*",
|
||||||
|
|
||||||
// delimitors
|
// delimiters
|
||||||
_Lparen: "(",
|
_Lparen: "(",
|
||||||
_Lbrack: "[",
|
_Lbrack: "[",
|
||||||
_Lbrace: "{",
|
_Lbrace: "{",
|
||||||
|
Loading…
Reference in New Issue
Block a user