aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorLaurent2013-04-14 01:29:16 +0800
committerPete Bacon Darwin2013-04-15 11:42:34 +0100
commitcc1e4225b77532dd823635ee42aba188038fe26f (patch)
tree2b952e897876db816c1742aaa74a9f107fdb42d9 /src/Angular.js
parent5d1f37b535d2a4c3e5e58cc61fece40c6277c798 (diff)
downloadangular.js-cc1e4225b77532dd823635ee42aba188038fe26f.tar.bz2
docs(Angular.js): fix typo
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index cafaa054..a4ef8966 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -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.