Browse Source

Merge pull request #843 from Pav01Founders/patch-2

Update subjects/alphacount/README.md
content-update
MSilva95 3 years ago committed by GitHub
parent
commit
5657c1c193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/alphacount/README.md

6
subjects/alphacount/README.md

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

Loading…
Cancel
Save