From 11021403384d6636cb479f6af4c59fceacc2ab09 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 19 Jun 2022 23:39:03 +0300 Subject: [PATCH] docs(deep-copy): correct grammar --- subjects/deep-copy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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