Type fix by minh thu.

This commit is contained in:
Jasper Van der Jeugt 2010-03-31 15:53:24 +02:00
parent 30f191044a
commit 1a8f00e787

View file

@ -71,10 +71,10 @@ runHakyllActionIfNeeded test
## Aso, the point emerges ## Aso, the point emerges
The `runHakyllActionIfNeeded` suggests why we use arrows. `HakyllAction` is more The `runHakyllActionIfNeeded` suggests why we use arrows. `HakyllAction` is more
than just a function, it also tracks dependencies. This Hakyll to only execute than just a function, it also tracks dependencies. This causes Hakyll to only
our functions when it is really needed. In this particular case, `test` would execute our functions when it is really needed. In this particular case, `test`
only be executed if either `test.markdown` or `template.html` were recently would only be executed if either `test.markdown` or `template.html` were
changed. recently changed.
## So what's renderChain then? ## So what's renderChain then?