From eb16db2d05164f87c310851fe41ee99b6c006735 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 14 Sep 2025 18:04:41 +0200 Subject: remove comma from symbol chars --- docs/guide/07_defining-symbols.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/07_defining-symbols.md b/docs/guide/07_defining-symbols.md index 207680d..6b9bb30 100644 --- a/docs/guide/07_defining-symbols.md +++ b/docs/guide/07_defining-symbols.md @@ -22,8 +22,8 @@ symbol `result`, and then refer to it by that symbol in the [trace][] operator: Symbols need to start with a letter or one of the following special characters: - _ + * ^ - % / . , = - ~ ! ? % $ + % / . = ~ + ! ? % $ > < After the first character, numbers are also allowed. There are two types of -- cgit v1.2.3