Cleanup argument juggling comments.

Former-commit-id: e4c175791e514e7e8055f39c2156375c2da91bf2
This commit is contained in:
John-David Dalton
2013-07-14 09:14:34 -07:00
parent a8aaa793a0
commit 01303c1e31
4 changed files with 20 additions and 20 deletions

View File

@@ -756,8 +756,8 @@
* @category Objects
* @param {Object} object The destination object.
* @param {Object} [source1, source2, ...] The source objects.
* @param- {Object} [guard] Allows working with `_.reduce` without using its
* callback's `key` and `object` arguments as sources.
* @param- {Object} [guard] Allows working with `_.reduce` without using
* their `key` and `object` arguments as sources.
* @returns {Object} Returns the destination object.
* @example
*