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.
1 parent 25af1de commit ff43466Copy full SHA for ff43466
docs/docs/reference/metaprogramming/macros-spec.md
@@ -55,7 +55,7 @@ extends simply-typed lambda calculus with quotes and splices.
55
56
### Syntax
57
58
-The syntax of terms, values, and types is given follows:
+The syntax of terms, values, and types is given as follows:
59
60
Terms t ::= x variable
61
(x: T) => t lambda
@@ -239,4 +239,4 @@ downright pleasant. A simple strategy first defines the underlying quoted or unq
239
values using `Expr` and `Type` and then inserts quotes and splices to make the types
240
line up. Phase consistency is at the same time a great guideline
241
where to insert a splice or a quote and a vital sanity check that
242
-the result makes sense.
+the result makes sense.
0 commit comments