1
0
mirror of https://github.com/golang/go synced 2024-11-21 17:34:40 -07:00

- more grammar fixes

SVN=111688
This commit is contained in:
Robert Griesemer 2008-03-06 21:50:28 -08:00
parent 5009237adb
commit b1d991d6fd

View File

@ -816,7 +816,7 @@ Literals
----
Literal = BasicLit | CompoundLit .
BasicLit = CharLit | StringLit | IntLit | FloatLit .
BasicLit = char_lit | string_lit | int_lit | float_lit .
CompoundLit = ArrayLit | MapLit | StructLit | FunctionLit .