Minor doc tweaks. [ci skip]

This commit is contained in:
John-David Dalton
2013-09-15 23:12:04 -07:00
parent 3dc8436362
commit 9b79ea7d30
5 changed files with 139 additions and 139 deletions

View File

@@ -198,7 +198,7 @@
}
/**
* Adds a given `value` to the corresponding cache object.
* Adds a given value to the corresponding cache object.
*
* @private
* @param {*} value The value to add to the cache.
@@ -441,7 +441,7 @@
/*--------------------------------------------------------------------------*/
/**
* Create a new `lodash` function using the given `context` object.
* Create a new `lodash` function using the given context object.
*
* @static
* @memberOf _
@@ -4121,7 +4121,7 @@
* @category Collections
* @param {Array|Object|string} collection The collection to iterate over.
* @param {Object} properties The object of property values to filter by.
* @returns {Array} Returns a new array of elements that have the given `properties`.
* @returns {Array} Returns a new array of elements that have the given properties.
* @example
*
* var stooges = [
@@ -5914,7 +5914,7 @@
}
/**
* Converts the given `value` into an integer of the specified `radix`.
* Converts the given value into an integer of the specified radix.
* If `radix` is `undefined` or `0` a `radix` of `10` is used unless the
* `value` is a hexadecimal, in which case a `radix` of `16` is used.
*
@@ -6271,7 +6271,7 @@
/*--------------------------------------------------------------------------*/
/**
* Creates a `lodash` object that wraps the given `value`.
* Creates a `lodash` object that wraps the given value.
*
* @static
* @memberOf _