Skip to content

Commit

Permalink
spec: add missing space in EBNF
Browse files Browse the repository at this point in the history
Fixes #36520

Change-Id: I698ab235f82f7c81caa09318c954847cf3833153
GitHub-Last-Rev: 368a1dc
GitHub-Pull-Request: #36559
Reviewed-on: https://go-review.googlesource.com/c/go/+/214821
Reviewed-by: Robert Griesemer <gri@golang.org>
  • Loading branch information
yah01 authored and griesemer committed Jan 15, 2020
1 parent a52db64 commit ee55dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/go_spec.html
@@ -1,6 +1,6 @@
<!--{
"Title": "The Go Programming Language Specification",
"Subtitle": "Version of Jan 13, 2020",
"Subtitle": "Version of Jan 14, 2020",
"Path": "/ref/spec"
}-->

Expand Down Expand Up @@ -2413,7 +2413,7 @@ <h3 id="Operands">Operands</h3>
Operand = Literal | OperandName | "(" Expression ")" .
Literal = BasicLit | CompositeLit | FunctionLit .
BasicLit = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
OperandName = identifier | QualifiedIdent.
OperandName = identifier | QualifiedIdent .
</pre>

<h3 id="Qualified_identifiers">Qualified identifiers</h3>
Expand Down

0 comments on commit ee55dd6

Please sign in to comment.