From 0d982dcb8818beafef4281cc171b740d9892572f Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Wed, 27 Aug 2014 08:35:31 -0400 Subject: [PATCH] docs(shallowCopy): minor grammatical fix --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index 841b5d30b528..9a0f3c296f84 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -817,7 +817,7 @@ function copy(source, destination, stackSource, stackDest) { /** * Creates a shallow copy of an object, an array or a primitive. * - * Assumes that there no proto properties for objects + * Assumes that there are no proto properties for objects. */ function shallowCopy(src, dst) { if (isArray(src)) {