From 8d6eba99b07b7a0f13d15973e1ecb6412316bbb6 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 4 Mar 2014 16:46:00 -0500 Subject: [PATCH] update namespace doc comment --- src/clj_jtwig/functions.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj_jtwig/functions.clj b/src/clj_jtwig/functions.clj index 426af78..44a77f7 100644 --- a/src/clj_jtwig/functions.clj +++ b/src/clj_jtwig/functions.clj @@ -1,6 +1,5 @@ (ns clj-jtwig.functions - "standard functions added to jtwig contexts by default. these are in addition to the - functions added by default in all jtwig function repository objects" + "custom template function/filter support functions." (:import (com.lyncode.jtwig.functions JtwigFunction) (com.lyncode.jtwig.functions.repository DefaultFunctionRepository) (com.lyncode.jtwig.functions.exceptions FunctionNotFoundException FunctionException))