mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Clarify result value order of _.xor. [ci skip]
This commit is contained in:
@@ -7068,7 +7068,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an array of unique values that is the [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
|
* Creates an array of unique values that is the [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
|
||||||
* of the given arrays.
|
* of the given arrays. The order of result values is determined by the order
|
||||||
|
* they occur in the arrays.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user