mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix doc typos. [ci skip]
This commit is contained in:
@@ -977,7 +977,7 @@ _.without([1, 2, 1, 0, 3, 1, 4], 0, 1);
|
||||
### <a id="_xorarray"></a>`_.xor([array])`
|
||||
<a href="#_xorarray">#</a> [Ⓢ](https://github.com/lodash/lodash/blob/master/lodash.js#L5380 "View in source") [Ⓣ][1]
|
||||
|
||||
Creates an array that is the smymetric difference of the provided arrays. See http://en.wikipedia.org/wiki/Symmetric_difference.
|
||||
Creates an array that is the symmetric difference of the provided arrays. See http://en.wikipedia.org/wiki/Symmetric_difference.
|
||||
|
||||
#### Arguments
|
||||
1. `[array]` *(...Array)*: The arrays to inspect.
|
||||
|
||||
Reference in New Issue
Block a user