Browse Source

docs(strings): correct grammar

pull/1097/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
c6f24b68e6
  1. 2
      subjects/strings/README.md

2
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

Loading…
Cancel
Save