From eaf1304edaa9e3cb89c7502ec53888eb789034b3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 27 Nov 2013 23:46:27 -0600 Subject: [PATCH] Rebuild with xor doc typo fixed and docs with lodash.com link. [ci skip] --- dist/lodash.compat.js | 2 +- dist/lodash.js | 2 +- doc/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/lodash.compat.js b/dist/lodash.compat.js index e47bc551b..451ad6c3b 100644 --- a/dist/lodash.compat.js +++ b/dist/lodash.compat.js @@ -5343,7 +5343,7 @@ } /** - * Creates an array that is the smymetric difference of the provided arrays. + * Creates an array that is the symmetric difference of the provided arrays. * See http://en.wikipedia.org/wiki/Symmetric_difference. * * @static diff --git a/dist/lodash.js b/dist/lodash.js index 9ea11e829..2728e168e 100644 --- a/dist/lodash.js +++ b/dist/lodash.js @@ -4993,7 +4993,7 @@ } /** - * Creates an array that is the smymetric difference of the provided arrays. + * Creates an array that is the symmetric difference of the provided arrays. * See http://en.wikipedia.org/wiki/Symmetric_difference. * * @static diff --git a/doc/README.md b/doc/README.md index bb99f6587..c60b3a755 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -# Lo-Dash v2.4.0 +# Lo-Dash v2.4.0