Fix typo in iteratorTemplate and _.template docs. [ci skip] [closes #232]

Former-commit-id: b7870c00a2ab788c233696d3ca40f8306ee7bc3a
This commit is contained in:
John-David Dalton
2013-04-08 20:01:13 -07:00
parent 1faa5a80e4
commit 4a11a3559d
5 changed files with 8 additions and 8 deletions

View File

@@ -3900,7 +3900,7 @@
* @memberOf _
* @category Utilities
* @param {String} text The template text.
* @param {Obect} data The data object used to populate the text.
* @param {Object} data The data object used to populate the text.
* @param {Object} options The options object.
* escape - The "escape" delimiter regexp.
* evaluate - The "evaluate" delimiter regexp.