Explorar o código

Update Lambda Helper docblock. It was a lie.

Justin Hileman %!s(int64=13) %!d(string=hai) anos
pai
achega
b1ca6f3cae
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/Mustache/LambdaHelper.php

+ 3 - 2
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
 {