aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-09-14 16:04:41 +0000
committers-ol <s+removethis@s-ol.nu>2025-09-14 16:19:37 +0000
commiteb16db2d05164f87c310851fe41ee99b6c006735 (patch)
tree41e1059d51a722c48e129df3f539dfbf29f552de /docs
parentlib/array: map passes index (diff)
downloadalive-eb16db2d05164f87c310851fe41ee99b6c006735.tar.gz
alive-eb16db2d05164f87c310851fe41ee99b6c006735.zip
remove comma from symbol chars
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/07_defining-symbols.md4
1 files changed, 2 insertions, 2 deletions
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