From 4d32b97ca6559294d5c6c045688804e1e9766f70 Mon Sep 17 00:00:00 2001 From: "Howard M. Lewis Ship" Date: Thu, 25 Jun 2015 11:44:09 -0700 Subject: [PATCH] Correct error in example in docstring --- src/reagent/impl/template.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reagent/impl/template.cljs b/src/reagent/impl/template.cljs index c037ddf..f40260b 100644 --- a/src/reagent/impl/template.cljs +++ b/src/reagent/impl/template.cljs @@ -236,7 +236,7 @@ is the same as: - [:nav.navbar [:div.container [:div.navbar-header [:a.navbar-bran {:href \"...\"} \"Home\"]]]] + [:nav.navbar [:div.container [:div.navbar-header [:a.navbar-brand {:href \"...\"} \"Home\"]]]] tags - the original keyword split at '>' hiccup-form - the original hiccup form (a keyword in the first position)"