Skip to content

Commit cc1e422

Browse files
laurent22petebacondarwin
authored andcommitted
docs(Angular.js): fix typo
1 parent 5d1f37b commit cc1e422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ function shallowCopy(src, dst) {
639639
* During a property comparison, properties of `function` type and properties with names
640640
* that begin with `$` are ignored.
641641
*
642-
* Scope and DOMWindow objects are being compared only be identify (`===`).
642+
* Scope and DOMWindow objects are being compared only by identify (`===`).
643643
*
644644
* @param {*} o1 Object or value to compare.
645645
* @param {*} o2 Object or value to compare.

0 commit comments

Comments
 (0)