Skip to content

Commit 8523ef4

Browse files
committed
Removes call to unexistent "trim-paren"
1 parent 72cea2b commit 8523ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/webapp.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
(update-proposition table prop)))
8080
(:input :type "text"
8181
:name "prop"
82-
:placeholder (trim-paren (prop table)))
82+
:placeholder (prop table))
8383
(:input :type "submit"
8484
:value "Eval"))
8585
(:pre (truth table))

0 commit comments

Comments
 (0)