Skip to content
Snippets Groups Projects
Commit 7f783f0e authored by pfdietz's avatar pfdietz
Browse files

Fix cosmetic typo

parent 67aea6bc
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
(loop for x in '(3.0s0 3.0f0 3.0d0 3.0l0)
collect (let ((y x))
(list (decf y) y)))
((2.0s0 2.0s0) (2.0f0 2.0f0) (2.0d0 2.0d0) (2.0l0 2.l0)))
((2.0s0 2.0s0) (2.0f0 2.0f0) (2.0d0 2.0d0) (2.0l0 2.0l0)))
(deftest decf.8
(loop for x in '(3.0s0 3.0f0 3.0d0 3.0f0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment