docs(strings): correct grammar

This commit is contained in:
davhojt 2022-05-24 17:33:18 +03:00 committed by Dav Hojt
parent c972c6e7a5
commit c6f24b68e6
1 changed files with 1 additions and 1 deletions

View File

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