From 0fbb1fa0e183dfe4bb3804d219da72e15eacfb6b Mon Sep 17 00:00:00 2001 From: adamdavislee Date: Fri, 21 Jul 2023 19:22:28 -0700 Subject: [PATCH] =?UTF-8?q?`Memoized`=20=E2=86=92=20`memoized`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/creating-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-components.md b/docs/creating-components.md index a61f16e..8e8649d 100644 --- a/docs/creating-components.md +++ b/docs/creating-components.md @@ -89,7 +89,7 @@ that the component is wrapped in them. "I am memoized!") ``` -The `Memoized` component will be passed to `(helix.core/memo)` (and any other HOCs +The `memoized` component will be passed to `(helix.core/memo)` (and any other HOCs given to the vector) using the [thread-first](https://clojuredocs.org/clojure.core/-%3E) macro.