Even more tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-18 23:58:17 -08:00
parent 73df84c0b4
commit ee1c64fafe
12 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import baseZipObject from './.internal/baseZipObject.js';
* @param {Array} [props=[]] The property identifiers.
* @param {Array} [values=[]] The property values.
* @returns {Object} Returns the new object.
* @see zip, zipObject, zipWith, unzip, unzipWith
* @see unzip, unzipWith, zip, zipObject, zipWith
* @example
*
* zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]);