mirror of
https://github.com/golang/go
synced 2024-11-21 22:44:40 -07:00
- more grammar fixes
SVN=111688
This commit is contained in:
parent
5009237adb
commit
b1d991d6fd
@ -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 .
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user