From bbe67bcaa662783fe2c539f3944b3ff249e04c02 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:30:51 +0100 Subject: [PATCH] Update README.md --- subjects/alphacount/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/subjects/alphacount/README.md b/subjects/alphacount/README.md index 9cafb0ec..03647742 100644 --- a/subjects/alphacount/README.md +++ b/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