File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/docs/reference/metaprogramming Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ quotation.
6060
6161Quotes and splices can also be applied directly to identifiers. An identifier
6262` $x ` starting with a ` $ ` that appears inside a quoted expression or type is treated as a
63- splice ` ${x} ` . Analogously, an quoted identifier 'x that appears inside a splice
63+ splice ` ${x} ` . Analogously, an quoted identifier ` 'x ` that appears inside a splice
6464is treated as a quote ` '{x} ` . See the Syntax section below for details.
6565
6666Quotes and splices are duals of each other. For arbitrary
@@ -110,7 +110,7 @@ allowed everywhere.
110110
111111The phase consistency principle can be motivated as follows: First,
112112suppose 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
114114represented only by referring to the original variable ` x ` . Hence, the
115115result of the program will need to persist the program state itself as
116116one of its parts. We don’t want to do this, hence this situation
You can’t perform that action at this time.
0 commit comments