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

Commit

Permalink
docs(angular.extend): merge redundant sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoronin authored and jeffbcross committed Oct 10, 2014
1 parent 86a3361 commit e83fab9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ function setHashKey(obj, h) {
*
* @description
* Extends the destination object `dst` by copying own enumerable properties from the `src` object(s)
* to `dst`. You can specify multiple `src` objects.
*
* You can specify multiple `src` objects. If you want to preserve original objects, you can do so
* to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so
* by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`.
*
* @param {Object} dst Destination object.
Expand Down

0 comments on commit e83fab9

Please sign in to comment.