Skip to content

Commit c7cdcf0

Browse files
committed
fix #36520
1 parent cae9a9f commit c7cdcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2413,7 +2413,7 @@ <h3 id="Operands">Operands</h3>
24132413
Operand = Literal | OperandName | "(" Expression ")" .
24142414
Literal = BasicLit | CompositeLit | FunctionLit .
24152415
BasicLit = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
2416-
OperandName = identifier | QualifiedIdent.
2416+
OperandName = identifier | QualifiedIdent .
24172417
</pre>
24182418

24192419
<h3 id="Qualified_identifiers">Qualified identifiers</h3>

0 commit comments

Comments
 (0)