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

@@ -13,7 +13,7 @@ import isArrayLikeObject from './isArrayLikeObject.js';
* @param {Array} array The array to inspect.
* @param {...*} [values] The values to exclude.
* @returns {Array} Returns the new array of filtered values.
* @see difference, xor, xorBy, xorWith, union, unionBy, unionWith
* @see difference, union, unionBy, unionWith, xor, xorBy, xorWith
* @example
*
* without([2, 1, 2, 3], 1, 2);