From 4a327407d7aafc81417fd586586da3ab61911ce4 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Sat, 5 Jul 2025 11:05:45 +0200 Subject: [PATCH] oops again --- pages/compiler-pattern-matching.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/compiler-pattern-matching.typ b/pages/compiler-pattern-matching.typ index 9482f1e..5db9075 100644 --- a/pages/compiler-pattern-matching.typ +++ b/pages/compiler-pattern-matching.typ @@ -286,8 +286,8 @@ #section[ Now what should the compiler do when it sees this: - #context html-frame[``` - lisp (sub (add 5 1) 2) + #context html-frame[```lisp + (sub (add 5 1) 2) ```] ]