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 50ee303 commit f6dcd0bCopy full SHA for f6dcd0b
docs/docs/reference/metaprogramming/macros.md
@@ -60,7 +60,7 @@ quotation.
60
61
Quotes and splices can also be applied directly to identifiers. An identifier
62
`$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
+splice `${x}`. Analogously, an quoted identifier `'x` that appears inside a splice
64
is treated as a quote `'{x}`. See the Syntax section below for details.
65
66
Quotes and splices are duals of each other. For arbitrary
0 commit comments