From 9de71fc4d10f0efc0ac758d0acf14e75d39b47b4 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Fri, 20 Sep 2024 10:23:54 +0100 Subject: [PATCH] Update docs again --- Sources/Mustache/Lambda.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Mustache/Lambda.swift b/Sources/Mustache/Lambda.swift index a8f3f2c..86396f5 100644 --- a/Sources/Mustache/Lambda.swift +++ b/Sources/Mustache/Lambda.swift @@ -15,8 +15,7 @@ /// 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 -/// mustache lambdas. Lambdas work slightly differently in HummingbirdMustache though -/// as they are passed a template representing the contained text and not the raw text +/// mustache lambdas. /// e.g /// ``` /// struct Object {