aboutsummaryrefslogtreecommitdiff
path: root/_tils/2021-04-24-clojure-auto-curry.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_tils/2021-04-24-clojure-auto-curry.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2021-04-24-clojure-auto-curry.md b/_tils/2021-04-24-clojure-auto-curry.md
index 8a54561..98d6c9a 100644
--- a/_tils/2021-04-24-clojure-auto-curry.md
+++ b/_tils/2021-04-24-clojure-auto-curry.md
@@ -12,7 +12,7 @@ ref: clojure-auto-curry
---
-A simple macro defined by [Loretta He][lorettahe] to create Clojure functions that are curried on all arguments, relying on Clojure's multi-arity support:
+Here's a simple macro defined by [Loretta He][lorettahe] to create Clojure functions that are curried on all arguments, relying on Clojure's multi-arity support:
```clojure
(defmacro defcurry