We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8eeef5 + d412040 commit f3d5a55Copy full SHA for f3d5a55
text/0092-struct-grammar.md
@@ -65,9 +65,9 @@ e' ::= x
65
block ::= `{` (e;)* e? `}`
66
```
67
68
-`e' is just e without struct literal expressions. We use e' instead of e
69
-`wherever e is followed directly by block or any other non-terminal which may
70
-`have block as its first terminal (after any possible expansions).
+`e'` is just e without struct literal expressions. We use `e'` instead of `e`
+wherever `e` is followed directly by block or any other non-terminal which may
+have block as its first terminal (after any possible expansions).
71
72
For any expressions where a sub-expression is the final lexical element
73
(closures in the subset above, but also unary and binary operations), we require
0 commit comments