diff options
author | Evan Hahn <me@evanhahn.com> | 2017-04-29 01:11:05 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-04-29 09:11:05 +0100 |
commit | b890a98a49c9bed1c304d11e58331eb76bcb2c04 (patch) | |
tree | ed4bcf9c90dd3b9892996cb595763c6296077526 /clojure.html.markdown | |
parent | 51e14b0e341d5df2fb1bf9174e2c9b7016a4c07c (diff) |
[clojure/en] Fix typo: "ans" should be "and" (#2717)
Diffstat (limited to 'clojure.html.markdown')
-rw-r--r-- | clojure.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure.html.markdown b/clojure.html.markdown index bfe8d79e..7830f228 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -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 ; put the result of previous data transformations in an ; 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: (as-> [1 2 3] input |