mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Fix typo in iteratorTemplate and _.template docs. [ci skip] [closes #232]
Former-commit-id: b7870c00a2ab788c233696d3ca40f8306ee7bc3a
This commit is contained in:
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user