Fix misspellings in the docs.

Former-commit-id: 5c318a9fd6b624dbd9befb314644cb7967dc4fe9
This commit is contained in:
John-David Dalton
2013-03-03 13:46:45 -08:00
parent 440218da67
commit 99c9bdf71d
5 changed files with 104 additions and 104 deletions

42
dist/lodash.compat.js vendored
View File

@@ -1097,7 +1097,7 @@
/**
* Assigns own enumerable properties of source object(s) to the destination
* object. Subsequent sources will overwrite propery assignments of previous
* object. Subsequent sources will overwrite property assignments of previous
* sources. If a `callback` function is passed, it will be executed to produce
* the assigned values. The `callback` is bound to `thisArg` and invoked with
* two arguments; (objectValue, sourceValue).
@@ -1506,7 +1506,7 @@
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @param- {Object} [stackA=[]] Internally used track traversed `a` objects.
* @param- {Object} [stackB=[]] Internally used track traversed `b` objects.
* @returns {Boolean} Returns `true`, if the values are equvalent, else `false`.
* @returns {Boolean} Returns `true`, if the values are equivalent, else `false`.
* @example
*
* var moe = { 'name': 'moe', 'age': 40 };
@@ -1924,7 +1924,7 @@
/**
* Recursively merges own enumerable properties of the source object(s), that
* don't resolve to `undefined`, into the destination object. Subsequent sources
* will overwrite propery assignments of previous sources. If a `callback` function
* will overwrite property assignments of previous sources. If a `callback` function
* is passed, it will be executed to produce the merged values of the destination
* and source properties. If `callback` returns `undefined`, merging will be
* handled by the method instead. The `callback` is bound to `thisArg` and
@@ -2322,7 +2322,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2365,7 +2365,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2427,7 +2427,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2491,7 +2491,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2586,7 +2586,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`
*
* @static
@@ -2665,7 +2665,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2723,7 +2723,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2792,7 +2792,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2975,7 +2975,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3075,7 +3075,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3139,7 +3139,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3305,7 +3305,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3461,7 +3461,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3587,7 +3587,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3695,7 +3695,7 @@
* @category Arrays
* @param {Number} [start=0] The start of the range.
* @param {Number} end The end of the range.
* @param {Number} [step=1] The value to increment or descrement by.
* @param {Number} [step=1] The value to increment or decrement by.
* @returns {Array} Returns a new range array.
* @example
*
@@ -3747,7 +3747,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3820,7 +3820,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3904,7 +3904,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static

42
dist/lodash.js vendored
View File

@@ -954,7 +954,7 @@
/**
* Assigns own enumerable properties of source object(s) to the destination
* object. Subsequent sources will overwrite propery assignments of previous
* object. Subsequent sources will overwrite property assignments of previous
* sources. If a `callback` function is passed, it will be executed to produce
* the assigned values. The `callback` is bound to `thisArg` and invoked with
* two arguments; (objectValue, sourceValue).
@@ -1363,7 +1363,7 @@
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @param- {Object} [stackA=[]] Internally used track traversed `a` objects.
* @param- {Object} [stackB=[]] Internally used track traversed `b` objects.
* @returns {Boolean} Returns `true`, if the values are equvalent, else `false`.
* @returns {Boolean} Returns `true`, if the values are equivalent, else `false`.
* @example
*
* var moe = { 'name': 'moe', 'age': 40 };
@@ -1775,7 +1775,7 @@
/**
* Recursively merges own enumerable properties of the source object(s), that
* don't resolve to `undefined`, into the destination object. Subsequent sources
* will overwrite propery assignments of previous sources. If a `callback` function
* will overwrite property assignments of previous sources. If a `callback` function
* is passed, it will be executed to produce the merged values of the destination
* and source properties. If `callback` returns `undefined`, merging will be
* handled by the method instead. The `callback` is bound to `thisArg` and
@@ -2170,7 +2170,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2213,7 +2213,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2275,7 +2275,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2339,7 +2339,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2434,7 +2434,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`
*
* @static
@@ -2513,7 +2513,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2571,7 +2571,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2640,7 +2640,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2821,7 +2821,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2921,7 +2921,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2985,7 +2985,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3149,7 +3149,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3305,7 +3305,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3431,7 +3431,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3539,7 +3539,7 @@
* @category Arrays
* @param {Number} [start=0] The start of the range.
* @param {Number} end The end of the range.
* @param {Number} [step=1] The value to increment or descrement by.
* @param {Number} [step=1] The value to increment or decrement by.
* @returns {Array} Returns a new range array.
* @example
*
@@ -3591,7 +3591,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3664,7 +3664,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3748,7 +3748,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static

View File

@@ -762,7 +762,7 @@
/**
* Assigns own enumerable properties of source object(s) to the destination
* object. Subsequent sources will overwrite propery assignments of previous
* object. Subsequent sources will overwrite property assignments of previous
* sources. If a `callback` function is passed, it will be executed to produce
* the assigned values. The `callback` is bound to `thisArg` and invoked with
* two arguments; (objectValue, sourceValue).
@@ -1063,7 +1063,7 @@
* @param {Mixed} [thisArg] The `this` binding of `callback`.
* @param- {Object} [stackA=[]] Internally used track traversed `a` objects.
* @param- {Object} [stackB=[]] Internally used track traversed `b` objects.
* @returns {Boolean} Returns `true`, if the values are equvalent, else `false`.
* @returns {Boolean} Returns `true`, if the values are equivalent, else `false`.
* @example
*
* var moe = { 'name': 'moe', 'age': 40 };
@@ -1569,7 +1569,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -1612,7 +1612,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -1674,7 +1674,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -1738,7 +1738,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -1836,7 +1836,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`
*
* @static
@@ -1915,7 +1915,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -1973,7 +1973,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2040,7 +2040,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2219,7 +2219,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2319,7 +2319,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2383,7 +2383,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2550,7 +2550,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2706,7 +2706,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2820,7 +2820,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -2928,7 +2928,7 @@
* @category Arrays
* @param {Number} [start=0] The start of the range.
* @param {Number} end The end of the range.
* @param {Number} [step=1] The value to increment or descrement by.
* @param {Number} [step=1] The value to increment or decrement by.
* @returns {Array} Returns a new range array.
* @example
*
@@ -2980,7 +2980,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3053,7 +3053,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static
@@ -3137,7 +3137,7 @@
* callback will return the property value of the given element.
*
* If an object is passed for `callback`, the created "_.where" style callback
* will return `true` for elements that have the propeties of the given object,
* will return `true` for elements that have the properties of the given object,
* else `false`.
*
* @static