Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fe69752

Browse files
nebulou5caitp
authored andcommitted
docs(shallowCopy): add missing word 'are' and period.
Closes #8794
1 parent ea6fc6e commit fe69752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ function copy(source, destination, stackSource, stackDest) {
817817
/**
818818
* Creates a shallow copy of an object, an array or a primitive.
819819
*
820-
* Assumes that there no proto properties for objects
820+
* Assumes that there are no proto properties for objects.
821821
*/
822822
function shallowCopy(src, dst) {
823823
if (isArray(src)) {

0 commit comments

Comments
 (0)