diff --git a/doc/go_spec.html b/doc/go_spec.html index 06c1edf7a6e06c..154bdbfeaf9643 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -2413,7 +2413,7 @@

Operands

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 .

Qualified identifiers