Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e8dc429

Browse files
ddoroninjeffbcross
authored andcommitted
docs(angular.extend): describe your change...
Merge sentences
1 parent 86a3361 commit e8dc429

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Angular.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,7 @@ function setHashKey(obj, h) {
332332
*
333333
* @description
334334
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
335-
* to `dst`. You can specify multiple `src` objects.
336-
*
337-
* You can specify multiple `src` objects. If you want to preserve original objects, you can do so
335+
* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so
338336
* by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`.
339337
*
340338
* @param {Object} dst Destination object.

0 commit comments

Comments
 (0)