More tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-17 23:55:31 -08:00
parent be6a50b0ed
commit 73df84c0b4
8 changed files with 8 additions and 8 deletions

View File

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