mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(Angular.js): fix typo
This commit is contained in:
parent
5d1f37b535
commit
cc1e4225b7
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ function shallowCopy(src, dst) {
|
|||
* During a property comparison, properties of `function` type and properties with names
|
||||
* that begin with `$` are ignored.
|
||||
*
|
||||
* Scope and DOMWindow objects are being compared only be identify (`===`).
|
||||
* Scope and DOMWindow objects are being compared only by identify (`===`).
|
||||
*
|
||||
* @param {*} o1 Object or value to compare.
|
||||
* @param {*} o2 Object or value to compare.
|
||||
|
|
|
|||
Loading…
Reference in a new issue