Merge pull request #2279 from ss23/patch-7

Fix misleading documentation about Children.max in partial caching
This commit is contained in:
Sean Harvey 2013-07-29 19:16:11 -07:00
commit bacf0f6171

View File

@ -227,7 +227,7 @@ Can be re-written as:
:::ss
<% cached LastEdited %>
<% cached Children.max(LastEdited) %>
<% cached AllChildren.max(LastEdited) %>
<% loop $Children %>
$Name
<% end_loop %>