We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5419db commit d517bcaCopy full SHA for d517bca
1 file changed
src/Angular.js
@@ -547,7 +547,8 @@ function isLeafNode (node) {
547
*
548
* @param {*} source The source to be used to make a copy.
549
* Can be any type including primitives, `null` and `undefined`.
550
- * @param {(Object|Array)=} destination Optional destination into which the source is copied.
+ * @param {(Object|Array)=} destination Optional destination into which the source is copied. If
551
+ * provided, must be of the same type as `source`.
552
* @returns {*} The copy or updated `destination` if `destination` was specified.
553
554
* @example
0 commit comments