diff --git a/subjects/isnumeric/README.md b/subjects/isnumeric/README.md index 577c621a..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 contains only numerical characters; 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