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 f6dcd0b commit 46a9754Copy full SHA for 46a9754
docs/docs/reference/metaprogramming/macros.md
@@ -110,7 +110,7 @@ allowed everywhere.
110
111
The phase consistency principle can be motivated as follows: First,
112
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
+... }` that refers to a free variable `x` in `P`. This can be
114
represented only by referring to the original variable `x`. Hence, the
115
result of the program will need to persist the program state itself as
116
one of its parts. We don’t want to do this, hence this situation
0 commit comments