mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Fix typo in iteratorTemplate and _.template docs. [ci skip] [closes #232]
Former-commit-id: b7870c00a2ab788c233696d3ca40f8306ee7bc3a
This commit is contained in:
@@ -3540,7 +3540,7 @@ http://developer.chrome.com/stable/extensions/sandboxingEval.html
|
||||
|
||||
#### Arguments
|
||||
1. `text` *(String)*: The template text.
|
||||
2. `data` *(Obect)*: The data object used to populate the text.
|
||||
2. `data` *(Object)*: The data object used to populate the text.
|
||||
3. `options` *(Object)*: The options object. escape - The "escape" delimiter regexp. evaluate - The "evaluate" delimiter regexp. interpolate - The "interpolate" delimiter regexp. sourceURL - The sourceURL of the template's compiled source. variable - The data object variable name.
|
||||
|
||||
#### Returns
|
||||
|
||||
Reference in New Issue
Block a user