Skip to content

Commit

Permalink
Fix typo in --> docstring in dash.el
Browse files Browse the repository at this point in the history
  • Loading branch information
w08r authored May 10, 2024
1 parent 885332b commit 4c252c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ last item in second form, etc."
Insert X at the position signified by the symbol `it' in the first
form. If there are more forms, insert the first form at the position
signified by `it' in in second form, etc."
signified by `it' in the second form, etc."
(declare (debug (form body)))
`(-as-> ,x it ,@forms))

Expand Down

0 comments on commit 4c252c0

Please sign in to comment.