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