From 6a68894f7d682ce611e5428a07f95b74a1eae684 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 12 Mar 2026 00:30:00 +0000 Subject: [PATCH] Fix extra closing paren in specs-page after removing cond wrapper Co-Authored-By: Claude Opus 4.6 --- sx/sxc/pages/docs.sx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx/sxc/pages/docs.sx b/sx/sxc/pages/docs.sx index 6cc0d11..43c8ed3 100644 --- a/sx/sxc/pages/docs.sx +++ b/sx/sxc/pages/docs.sx @@ -357,7 +357,7 @@ :spec-filename (get spec "filename") :spec-source (read-spec-file (get spec "filename")) :spec-prose (get spec "prose")) - (~spec-not-found :slug slug)))))))) + (~spec-not-found :slug slug))))))) ;; --------------------------------------------------------------------------- ;; Spec Explorer — structured interactive view of spec files