From 0022536fc7a5e2acac822bd310bf7cd7359ac5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 16 Dec 2023 16:09:57 -0800 Subject: [PATCH] small rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e18b3..f369cc1 100644 --- a/README.md +++ b/README.md @@ -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 following apply: - * The string contains `[]{}()\/#";`. + * The string contains any of `[]{}()\/#";`. * The string contains whitespace. * The string is one of `true`, `false`, or `null`. * The strings starts with a digit, or `+`/`-` and a digit.