From b1ca6f3cae1a645b89f6529b0e7cba3793d1114a Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 23 Jan 2013 06:24:15 -0800 Subject: [PATCH] Update Lambda Helper docblock. It was a lie. --- src/Mustache/LambdaHelper.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Mustache/LambdaHelper.php b/src/Mustache/LambdaHelper.php index 6f226c5..dfd4659 100644 --- a/src/Mustache/LambdaHelper.php +++ b/src/Mustache/LambdaHelper.php @@ -12,8 +12,9 @@ /** * Mustache Lambda Helper. * - * Passed to section and interpolation lambdas, giving them access to a `render` - * method for rendering a string with the current context. + * Passed as the second argument to section lambdas (higher order sections), + * giving them access to a `render` method for rendering a string with the + * current context. */ class Mustache_LambdaHelper {