From b569042b31893cdee713e5aff6a21478ecad87a1 Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Tue, 8 Jun 2021 18:52:40 +0100 Subject: [PATCH] Clarify instructions for `trimatoi` --- subjects/trimatoi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/trimatoi/README.md b/subjects/trimatoi/README.md index 4bcbba40..e9cf36d8 100644 --- a/subjects/trimatoi/README.md +++ b/subjects/trimatoi/README.md @@ -2,7 +2,7 @@ ### Instructions -- Write a function that transforms a number within a `string`, in a number represented as an `int`. +- Write a function that transforms a number within a `string`, in an `int`. - For this exercise the handling of the sign `-` **has** to be taken into account. If the sign is encountered before any number it should determine the sign of the returned `int`.