This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "heist".

The branch, master has been updated
       via  b6ac9f774fc181b6a9117e970d37383ae5881148 (commit)
      from  471d73bec1fd89a9715a5aed5c656ff6ca3ab124 (commit)


Summary of changes:
 src/Text/Templating/Heist/Internal.hs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b6ac9f774fc181b6a9117e970d37383ae5881148
Author: Gregory Collins <[email protected]>
Date:   Fri Jun 18 01:52:32 2010 -0400

    Fix doc typo

diff --git a/src/Text/Templating/Heist/Internal.hs 
b/src/Text/Templating/Heist/Internal.hs
index 0d18b1d..a4db5cc 100644
--- a/src/Text/Templating/Heist/Internal.hs
+++ b/src/Text/Templating/Heist/Internal.hs
@@ -82,8 +82,8 @@ bindSplice n v ts = ts {_spliceMap = Map.insert n v 
(_spliceMap ts)}
 ------------------------------------------------------------------------------
 -- | Binds a set of new splice declarations within a 'TemplateState'.
 bindSplices :: Monad m =>
-               [(ByteString, Splice m)] -- ^ splices to bind action
-            -> TemplateState m   -- ^ source state
+               [(ByteString, Splice m)] -- ^ splices to bind
+            -> TemplateState m   -- ^ start state
             -> TemplateState m
 bindSplices ss ts = foldl' (flip id) ts acts 
   where
-----------------------------------------------------------------------


hooks/post-receive
-- 
heist
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to