Clarify result value order of _.xor. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-26 00:04:20 -08:00
parent 8f0dcde98f
commit efa1ebff16

View File

@@ -7068,7 +7068,8 @@
/**
* 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
* @memberOf _