diff --git a/subjects/deep-copy/README.md b/subjects/deep-copy/README.md index 1731dcf1..9990f468 100644 --- a/subjects/deep-copy/README.md +++ b/subjects/deep-copy/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a function called `deepCopy` that copy objects and arrays recursively. +Create a function named `deepCopy` that copies objects and arrays recursively. ### Notions