Skip to content

Commit 9c295a5

Browse files
committed
docs: fix a comment
1 parent d4e1655 commit 9c295a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ var util = {
997997

998998
/**
999999
* Recursively merge two objects. This is intended to replace
1000-
* util.deepMerge(target, ...sources).
1000+
* $.extend(target, ...sources).
10011001
*
10021002
* @param {object} target target object to modify.
10031003
* @param {object} sources object(s) to merge into the target.

0 commit comments

Comments
 (0)