Skip to content

Commit

Permalink
replace 'locals' argname with 'contexts' in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Aug 29, 2012
1 parent 9dfe10a commit db05db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Shadowing them with your own version is not recommended.

|Function | Arguments | Description |
|---------|-----------------|-------------|
|include | t-name & locals | fetch template from group by name and render it as string, using `locals` if specified |
|include | t-name & contexts | fetch template from group by name and render it as string, using `contexts` if specified |


## Phases of a template
Expand Down

0 comments on commit db05db2

Please sign in to comment.