diff options
| author | Laurent | 2013-04-14 01:29:16 +0800 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-15 11:46:21 +0100 |
| commit | cfea2095ca62778324e2876c7e7910033ad2aebc (patch) | |
| tree | 3d17126a302b35d440d3c16ef30298d06aa99dba /src/Angular.js | |
| parent | 171bec3b0ea0fb4a35f62549b965b5951b509d31 (diff) | |
| download | angular.js-cfea2095ca62778324e2876c7e7910033ad2aebc.tar.bz2 | |
docs(Angular.js): fix typo
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 6a2e95cc..0d8de4ae 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -614,7 +614,7 @@ function shallowCopy(src, dst) { * During a property comparision, 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. |
