diff options
| -rw-r--r-- | src/Angular.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 4849edf3..2f89fbbd 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -547,7 +547,8 @@ function isLeafNode (node) { * * @param {*} source The source to be used to make a copy. * Can be any type including primitives, `null` and `undefined`. - * @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 + * provided, must be of the same type as `source`. * @returns {*} The copy or updated `destination` if `destination` was specified. * * @example |
