From c6f24b68e65355467b97c8b59217c3bd6c97e5f6 Mon Sep 17 00:00:00 2001 From: davhojt Date: Tue, 24 May 2022 17:33:18 +0300 Subject: [PATCH] docs(strings): correct grammar --- subjects/strings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/strings/README.md b/subjects/strings/README.md index 379f3b5d..7f8cf187 100644 --- a/subjects/strings/README.md +++ b/subjects/strings/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a **function** which receives a string slice and returns the number of characters of the string. +Create a **function** which receives a string slice and returns the number of characters in that string. ### Expected Function