xo-reader: trivial: comment tidy
This commit is contained in:
parent
99c1ebc7fb
commit
f58502c8a8
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ namespace xo {
|
||||||
* arg-expr(i) = expression
|
* arg-expr(i) = expression
|
||||||
*
|
*
|
||||||
* if-expr = if (test-expr) then-block else else-block
|
* if-expr = if (test-expr) then-block else else-block
|
||||||
* | (test-expr) ? then-expr : else-expr
|
* | ((test-expr) ? then-expr : else-expr)
|
||||||
* test-expr = expression
|
* test-expr = expression
|
||||||
* then-block = block
|
* then-block = block
|
||||||
* else-block = block
|
* else-block = block
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue