Skip to content

Commit 46a9754

Browse files
authored
doc(macros): add missing dot
1 parent f6dcd0b commit 46a9754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ allowed everywhere.
110110

111111
The phase consistency principle can be motivated as follows: First,
112112
suppose the result of a program `P` is some quoted text `'{ ... x
113-
... }` that refers to a free variable `x` in `P` This can be
113+
... }` that refers to a free variable `x` in `P`. This can be
114114
represented only by referring to the original variable `x`. Hence, the
115115
result of the program will need to persist the program state itself as
116116
one of its parts. We don’t want to do this, hence this situation

0 commit comments

Comments
 (0)