Skip to content

Commit

Permalink
Merge PR #414 from w08r/master
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed May 10, 2024
2 parents 885332b + e6fbcb2 commit 1de9dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2507,7 +2507,7 @@ Starting with the value of `x`, thread each expression through `forms`.

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.

```el
(--> "def" (concat "abc" it "ghi")) ;; => "abcdefghi"
Expand Down
2 changes: 1 addition & 1 deletion dash.el
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
2 changes: 1 addition & 1 deletion dash.texi
Expand Up @@ -3778,7 +3778,7 @@ Starting with the value of @var{x}, thread each expression through @var{forms}.

Insert @var{x} at the position signified by the symbol @code{it} in the first
form. If there are more forms, insert the first form at the position
signified by @code{it} in in second form, etc.
signified by @code{it} in the second form, etc.

@example
@group
Expand Down

0 comments on commit 1de9dcb

Please sign in to comment.