mirror of
https://github.com/golang/go
synced 2024-11-19 14:54:43 -07:00
ebnf: update comment
(pointed out by jan.mercl@nic.cz) R=iant, jan.mercl, rsc CC=golang-dev https://golang.org/cl/4515189
This commit is contained in:
parent
2655757900
commit
86b3577a59
@ -8,7 +8,7 @@
|
||||
// Production = name "=" [ Expression ] "." .
|
||||
// Expression = Alternative { "|" Alternative } .
|
||||
// Alternative = Term { Term } .
|
||||
// Term = name | token [ "..." token ] | Group | Option | Repetition .
|
||||
// Term = name | token [ "…" token ] | Group | Option | Repetition .
|
||||
// Group = "(" Expression ")" .
|
||||
// Option = "[" Expression "]" .
|
||||
// Repetition = "{" Expression "}" .
|
||||
|
Loading…
Reference in New Issue
Block a user