Skip to content

Commit

Permalink
chore: Add string to literal table
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Nov 30, 2023
1 parent a84316c commit 5c1071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ Type | Literal value
`boolean` | `true` or `false`
`null` | `null`
`number` | Any number format supported in [Data Types](#data-types)
`string` | Strings MUST use single quotes (') around the string. To use a literal single quote, escape the literal single quote using an additional single quote ('').

##### Operators
Operator | Description
Expand Down

0 comments on commit 5c1071d

Please sign in to comment.