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  5a0e4e3bd908920da10a415cf2e949cd4af5a912 (commit)
      from  f95fa7b8315eff5e19bc76e952cb33d2a5099556 (commit)


Summary of changes:
 src/Text/Templating/Heist/Types.hs |    6 +++---
 1 files changed, 3 insertions(+), 3 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 5a0e4e3bd908920da10a415cf2e949cd4af5a912
Author: Mighty Byte <[email protected]>
Date:   Tue Mar 22 08:05:31 2011 -0400

    Updated documentation.

diff --git a/src/Text/Templating/Heist/Types.hs 
b/src/Text/Templating/Heist/Types.hs
index 856019e..62689e6 100644
--- a/src/Text/Templating/Heist/Types.hs
+++ b/src/Text/Templating/Heist/Types.hs
@@ -298,9 +298,9 @@ instance (Typeable1 m) => Typeable1 (TemplateMonad m) where
 --
 -- When you call @getParamNode@ inside the code for the @speech@ splice, it
 -- returns the Node for the @speech@ tag and its children.  @getParamNode >>=
--- getChildren@ returns a list containing one 'Text' node containing part of
--- Hamlet's speech.  @getParamNode >>= getAttribute \"author\"@ would return
--- @Just "Shakespeare"@.
+-- childNodes@ returns a list containing one 'TextNode' containing part of
+-- Hamlet's speech.  @liftM (getAttribute \"author\") getParamNode@ would
+-- return @Just "Shakespeare"@.
 getParamNode :: Monad m => TemplateMonad m X.Node
 getParamNode = TemplateMonad $ \r s -> return (r,s)
 
-----------------------------------------------------------------------


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

Reply via email to