From df300564ff4ef4f88d9c366d6dd680fbdcbf5ce1 Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:53:06 +0100 Subject: [PATCH] changing sentences --- subjects/isnumeric/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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