docs(deep-copy): correct grammar

This commit is contained in:
davhojt 2022-06-19 23:39:03 +03:00 committed by Dav Hojt
parent 0625ba5470
commit 1102140338
1 changed files with 1 additions and 1 deletions

View File

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