small rewording

This commit is contained in:
Kat Marchán 2023-12-16 16:09:57 -08:00
parent 90cd0b1bb9
commit 0022536fc7
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ node3 #"C:\Users\zkat\raw\string"#
You don't have to quote strings unless they contain whitespace, or if any the You don't have to quote strings unless they contain whitespace, or if any the
following apply: following apply:
* The string contains `[]{}()\/#";`. * The string contains any of `[]{}()\/#";`.
* The string contains whitespace. * The string contains whitespace.
* The string is one of `true`, `false`, or `null`. * The string is one of `true`, `false`, or `null`.
* The strings starts with a digit, or `+`/`-` and a digit. * The strings starts with a digit, or `+`/`-` and a digit.