diff --git a/subjects/isnumeric/README.md b/subjects/isnumeric/README.md index 26dd8eea..48c91487 100644 --- a/subjects/isnumeric/README.md +++ b/subjects/isnumeric/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that returns `true` if the `string` passed as a parameter only contains numerical characters, and returns `false` otherwise. +Write a function that returns `true` if the `string` passed as a parameter contains only numerical characters, otherwise, returns `false`. ### Expected function