Skip to content

Commit 978f782

Browse files
authored
Merge pull request #1377 from OpenGeoscience/fix-comment
docs: fix a comment
2 parents d4e1655 + 9c295a5 commit 978f782

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)