From 71a193d0fcadf977af37d3cf56094df1262b6431 Mon Sep 17 00:00:00 2001 From: ZTO Date: Wed, 8 Jul 2015 19:28:42 +0200 Subject: [PATCH] Update core.cljs --- examples/simple/src/simpleexample/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple/src/simpleexample/core.cljs b/examples/simple/src/simpleexample/core.cljs index fa58110..3a99a77 100644 --- a/examples/simple/src/simpleexample/core.cljs +++ b/examples/simple/src/simpleexample/core.cljs @@ -51,7 +51,7 @@ :timer (fn [db _] ;; db is the app-db atom - (reaction (:timer @db)))) ;; wrap the compitation in a reaction + (reaction (:timer @db)))) ;; wrap the computation in a reaction (register-sub