docs: correct literal string example (#42623)

Change literal string example `pi` to `'pi'`.

PR Close #42623
This commit is contained in:
Lars Gyrup Brink Nielsen 2021-06-22 23:31:36 +02:00 committed by Jessica Janiuk
parent 1142b51462
commit c93df7dc6d
1 changed files with 1 additions and 1 deletions

View File

@ -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>