docs(shallowCopy): add missing word 'are' and period.

Closes #8794
This commit is contained in:
Richard Harrington
2014-08-27 08:35:31 -04:00
committed by Caitlin Potter
parent ea6fc6e69c
commit fe697527b4

View File

@@ -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)) {