From a2001f2c27a160a1a40dcc4e6a26496b4d28d449 Mon Sep 17 00:00:00 2001 From: hipitihop Date: Fri, 12 Aug 2016 17:04:21 +1000 Subject: [PATCH] comment typo --- src/re_frame/registrar.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/re_frame/registrar.cljc b/src/re_frame/registrar.cljc index 21c5a8c..d9feb70 100644 --- a/src/re_frame/registrar.cljc +++ b/src/re_frame/registrar.cljc @@ -1,6 +1,6 @@ (ns re-frame.registrar "In many places, re-frame asks you to associate an `id` (keyword) - with a `handler` (fucntion). This namespace contains the + with a `handler` (function). This namespace contains the central registry of such associations." (:require [re-frame.interop :refer [debug-enabled?]] [re-frame.loggers :refer [console]]))