Commit b1d991d6 authored by Robert Griesemer's avatar Robert Griesemer

- more grammar fixes

SVN=111688
parent 5009237a
...@@ -816,7 +816,7 @@ Literals ...@@ -816,7 +816,7 @@ Literals
---- ----
Literal = BasicLit | CompoundLit . Literal = BasicLit | CompoundLit .
BasicLit = CharLit | StringLit | IntLit | FloatLit . BasicLit = char_lit | string_lit | int_lit | float_lit .
CompoundLit = ArrayLit | MapLit | StructLit | FunctionLit . CompoundLit = ArrayLit | MapLit | StructLit | FunctionLit .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment