Skip to content

Commit

Permalink
Fix typo in --> docstring in dash.el (#414)
Browse files Browse the repository at this point in the history
Copyright-paperwork-exempt: yes
  • Loading branch information
w08r authored and basil-conto committed May 10, 2024
1 parent 885332b commit 232086b
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 232086b

Please sign in to comment.