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

2
xor.js
View File

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