From 97047cb95a88228ddefbc83b4c50b05eaf048272 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 29 Nov 2025 15:56:02 -0500 Subject: Update docs --- docs/paths.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/paths.md') 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 -- cgit v1.2.3