diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-01-21 06:15:58 -0600 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-01-21 06:15:58 -0600 |
commit | 05bda7ed0c69356cb6bd4a2abbecf56d9aa6be60 (patch) | |
tree | ffb49dd7c5de3b3a09d87cbf4fde2b7a604bd9ce | |
parent | 9f8daf9076410ddbda9d420336767e1e8f1d0d8f (diff) | |
parent | 1f6a94424dda67295407ea50f26ddb2bbf9cfc07 (diff) | |
download | handlebars.js-05bda7ed0c69356cb6bd4a2abbecf56d9aa6be60.zip handlebars.js-05bda7ed0c69356cb6bd4a2abbecf56d9aa6be60.tar.gz handlebars.js-05bda7ed0c69356cb6bd4a2abbecf56d9aa6be60.tar.bz2 |
Merge pull request #944 from ogennadi/patch-3
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`. |