Update docs again

This commit is contained in:
Adam Fowler
2024-09-20 10:23:54 +01:00
parent 8726b2d119
commit 9de71fc4d1

View File

@@ -15,8 +15,7 @@
/// Lambda function. Can add this to object being rendered to filter contents of objects. /// Lambda function. Can add this to object being rendered to filter contents of objects.
/// ///
/// See http://mustache.github.io/mustache.5.html for more details on /// See http://mustache.github.io/mustache.5.html for more details on
/// mustache lambdas. Lambdas work slightly differently in HummingbirdMustache though /// mustache lambdas.
/// as they are passed a template representing the contained text and not the raw text
/// e.g /// e.g
/// ``` /// ```
/// struct Object { /// struct Object {