Skip to content

Commit

Permalink
Utils: Fix jsdoc comment for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Jan 6, 2016
1 parent ecd9400 commit bd6b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if (typeof Object.assign !== 'function') {
* means that properties in dest will be overwritten by the ones in src.
* @param {Object} dest
* @param {Object} src
* @param {Boolean=false} [merge]
* @param {Boolean} [merge=false]
* @returns {Object} dest
*/
var extend = deprecate(function extend(dest, src, merge) {
Expand Down

0 comments on commit bd6b82e

Please sign in to comment.