diff options
author | Oge Nnadi <oge@nnadi.org> | 2015-01-20 11:01:11 -0800 |
---|---|---|
committer | Oge Nnadi <oge@nnadi.org> | 2015-01-20 11:01:11 -0800 |
commit | 1f6a94424dda67295407ea50f26ddb2bbf9cfc07 (patch) | |
tree | ffb49dd7c5de3b3a09d87cbf4fde2b7a604bd9ce | |
parent | 9f8daf9076410ddbda9d420336767e1e8f1d0d8f (diff) | |
download | handlebars.js-1f6a94424dda67295407ea50f26ddb2bbf9cfc07.zip handlebars.js-1f6a94424dda67295407ea50f26ddb2bbf9cfc07.tar.gz handlebars.js-1f6a94424dda67295407ea50f26ddb2bbf9cfc07.tar.bz2 |
Clarified a long sentence
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 7736b15..e504df9 100644 --- a/README.markdown +++ b/README.markdown @@ -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`. |