Merge pull request #944 from ogennadi/patch-3

Clarified a long sentence
This commit is contained in:
Kevin Decker
2015-01-21 06:15:58 -06:00
+1 -1
View File
@@ -197,7 +197,7 @@ template(data);
```
Whenever the block helper is called it is given one or more parameters,
any arguments that are passed in the helper in the call and an `options`
any arguments that are passed into the helper in the call, and an `options`
object containing the `fn` function which executes the block's child.
The block's current context may be accessed through `this`.