Skip to content

Commit

Permalink
fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
equwal committed Jul 16, 2018
1 parent 8bf808f commit b51797b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
((symbolp x)
(cond
((eq x t) t)
((setq x nil) t)))
((eq x nil) t)))
((atom x)
t)
(t
Expand Down

0 comments on commit b51797b

Please sign in to comment.