Skip to content

Commit b51797b

Browse files
authored
fixed the typo
1 parent 8bf808f commit b51797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
((symbolp x)
453453
(cond
454454
((eq x t) t)
455-
((setq x nil) t)))
455+
((eq x nil) t)))
456456
((atom x)
457457
t)
458458
(t

0 commit comments

Comments
 (0)