Skip to content

Commit

Permalink
Another code comment on #426
Browse files Browse the repository at this point in the history
  • Loading branch information
yossigil committed Jul 28, 2021
1 parent 781cc4d commit 0c5b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mini-Lisp.JS/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class Engine {
if (list.null()) {
return Atom.nil
}

// Again, this error should be done differently
if (list.atom()) {
throw 'evaluateList: argument must be a list'
}
Expand Down

0 comments on commit 0c5b5f5

Please sign in to comment.