Skip to content
Snippets Groups Projects
Commit 02c37306 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo

parent 8558c6e6
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
(gethash pz table) (gethash pz table)
(gethash nz table))) (gethash nz table)))
unless (or (eql pz nz) unless (or (eql pz nz)
(equal result '(:x :x nil :y :y :y))) (equal result '(:x :x :x :y :y :y)))
collect (list pz nz result)) collect (list pz nz result))
nil) nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment