From 5eb75a3ac29c642d1ec1e2100f4f8e3f9ceedf01 Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 21 Nov 2025 13:07:28 +0100 Subject: [PATCH] Fix typo --- src/computersandblues/lodestone/app.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/computersandblues/lodestone/app.cljs b/src/computersandblues/lodestone/app.cljs index b498ee1..079e47f 100644 --- a/src/computersandblues/lodestone/app.cljs +++ b/src/computersandblues/lodestone/app.cljs @@ -507,7 +507,7 @@ [:li "If you want to search verbatim for a phrase, \"quote it like this\""] [:li "Lodestone tries to turn words into regular expressions. " [:code "fossi.*ergy"] " will match \"fossile energy\"." [:code "bo?ar"] " will match both boar and bar."]]]) -;; the component tying it all toger +;; the component tying it all together (defn app [] (let [section (:section @state)