aboutsummaryrefslogtreecommitdiff
path: root/docs/paths.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-29 15:56:02 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-29 15:56:02 -0500
commit97047cb95a88228ddefbc83b4c50b05eaf048272 (patch)
treefb6a57ef6c6fd8e18aba8b8c3e3c6bbf83d61ec6 /docs/paths.md
parentd60962ab5de970a9ce0893df4154b8a0b3ea646a (diff)
Update docs
Diffstat (limited to 'docs/paths.md')
-rw-r--r--docs/paths.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/paths.md b/docs/paths.md
index 2fa55b13..810cb6df 100644
--- a/docs/paths.md
+++ b/docs/paths.md
@@ -13,10 +13,8 @@ syntax. A path literal begins with either `(/`, `(./`, `(../`, or `(~/` and cont
until a matching closing parenethesis:
```tomo
->> (/tmp)
-= (/tmp)
->> (~/path with/(parens) is/ok/)
-= (~/path with/(parens) is/ok/)
+assert (/tmp) == (/tmp)
+assert (~/path with/(parens) is/ok/) == (~/path with/(parens) is/ok/)
```
### Interpolation