Update README.md

This commit is contained in:
Pav01Founders 2021-10-14 11:30:51 +01:00 committed by GitHub
parent 06078ec517
commit bbe67bcaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -2,11 +2,9 @@
### Instructions
Write a function that counts only the letters of a `string` and that returns that count.
Write a function that counts the letters of a string and returns the count.
- White spaces or any other characters should not be counted.
The letters are only the ones from the latin alphabet.
The letters are from the Latin alphabet list only, any other characters, symbols or empty spaces shall not be counted.
### Expected function