From dc2d20b7e9f555f9784770040e7a57f58c9ce940 Mon Sep 17 00:00:00 2001 From: Dustin Getz Date: Tue, 31 Oct 2023 10:33:35 -0400 Subject: [PATCH] fix typo --- src/quickstart.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quickstart.cljs b/src/quickstart.cljs index af1767a..c0cbb2b 100644 --- a/src/quickstart.cljs +++ b/src/quickstart.cljs @@ -9,8 +9,8 @@ (tests ; fun async tests at the REPL, see https://github.com/hyperfiddle/rcf "a continuous flow" (def !a (atom 0)) ; variable input - (def >a (m/watch !a)) ; continuous flow of successive values of variable !a - (def a)) ; map (as continuous flow, i.e. `inc` is computed on sample, pulled not pushed) + (def