mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[clojure/en] Fix typo: "ans" should be "and" (#2717)
This commit is contained in:
parent
51e14b0e34
commit
b890a98a49
@ -292,7 +292,7 @@ keymap ; => {:a 1, :b 2, :c 3}
|
|||||||
; When you are in a situation where you want more freedom as where to
|
; When you are in a situation where you want more freedom as where to
|
||||||
; put the result of previous data transformations in an
|
; put the result of previous data transformations in an
|
||||||
; expression, you can use the as-> macro. With it, you can assign a
|
; expression, you can use the as-> macro. With it, you can assign a
|
||||||
; specific name to transformations' output ans use it as a
|
; specific name to transformations' output and use it as a
|
||||||
; placeholder in your chained expressions:
|
; placeholder in your chained expressions:
|
||||||
|
|
||||||
(as-> [1 2 3] input
|
(as-> [1 2 3] input
|
||||||
|
Loading…
Reference in New Issue
Block a user