Skip to content

Commit

Permalink
Merge pull request #35 from sudodoki/patch-1
Browse files Browse the repository at this point in the history
Update threading.lisp
  • Loading branch information
vseloved committed Jul 21, 2017
2 parents f766972 + 93dee21 commit 66140f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/threading.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
last item in the first form, or in place of % if it is present in the form,
making a list of it if it is not a list already.
If there are more forms, inserts the first form
as the second item in second form, etc."
as the last item in second form, etc."
(if (first forms)
(let* ((form (first forms))
(threaded (if (listp form)
Expand Down

0 comments on commit 66140f1

Please sign in to comment.