diff --git a/subjects/deep-copy/README.md b/subjects/deep-copy/README.md index 1731dcf14..9990f4688 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