Skip to content

Commit ff43466

Browse files
Update docs/docs/reference/metaprogramming/macros-spec.md
1 parent 25af1de commit ff43466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/metaprogramming/macros-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extends simply-typed lambda calculus with quotes and splices.
5555

5656
### Syntax
5757

58-
The syntax of terms, values, and types is given follows:
58+
The syntax of terms, values, and types is given as follows:
5959

6060
Terms t ::= x variable
6161
(x: T) => t lambda
@@ -239,4 +239,4 @@ downright pleasant. A simple strategy first defines the underlying quoted or unq
239239
values using `Expr` and `Type` and then inserts quotes and splices to make the types
240240
line up. Phase consistency is at the same time a great guideline
241241
where to insert a splice or a quote and a vital sanity check that
242-
the result makes sense.
242+
the result makes sense.

0 commit comments

Comments
 (0)