From 77c6ab5c8435c9fcde7c4742ee0e5eb06341eeff Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 7 Jul 2022 21:23:06 -0400 Subject: Separate token and constant documentation into its own page --- help/string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/string.md') diff --git a/help/string.md b/help/string.md index a8a4741f..94c0a81d 100644 --- a/help/string.md +++ b/help/string.md @@ -3,7 +3,7 @@ # Double Quote (`"`) ## `"str"`: String -[→full documentation](../doc/syntax.md#constants) +[→full documentation](../doc/token.md#characters-and-strings) Literal notation for a string, or list of characters. Double quotes must be escaped by writing them twice. Any other characters can be included directly. -- cgit v1.2.3