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>
|
||||
<tr>
|
||||
<td>Literal string</td>
|
||||
<td><code>pi</code></td>
|
||||
<td><code>'pi'</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Literal number</td>
|
||||
|
|
Loading…
Reference in New Issue