Update Lambda Helper docblock. It was a lie.

This commit is contained in:
Justin Hileman
2013-01-23 06:24:15 -08:00
parent e5bc8d5edf
commit b1ca6f3cae
+3 -2
View File
@@ -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
{