docs: correct literal string example (#42623)
Change literal string example `pi` to `'pi'`. PR Close #42623
This commit is contained in:
parent
1142b51462
commit
c93df7dc6d
@ -173,7 +173,7 @@ Define metadata objects with the following limited syntax:
|
|||||||
<td><code>`pie is ${multiplier} times better than cake`</code></td>
|
<td><code>`pie is ${multiplier} times better than cake`</code></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Literal string</td>
|
<td>Literal string</td>
|
||||||
<td><code>pi</code></td>
|
<td><code>'pi'</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Literal number</td>
|
<td>Literal number</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user