Skip to content

Commit f6dcd0b

Browse files
authored
doc(macros): wrap 'x into ``
1 parent 50ee303 commit f6dcd0b

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
@@ -60,7 +60,7 @@ quotation.
6060

6161
Quotes 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
6464
is treated as a quote `'{x}`. See the Syntax section below for details.
6565

6666
Quotes and splices are duals of each other. For arbitrary

0 commit comments

Comments
 (0)