From 4ff540dcdd133e3ccd02b6562ee531a0e00c1985 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:01:24 +0100 Subject: [PATCH] small typo --- subjects/strisnegative/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/subjects/strisnegative/README.md b/subjects/strisnegative/README.md index 760379c8..30fa8540 100644 --- a/subjects/strisnegative/README.md +++ b/subjects/strisnegative/README.md @@ -1,11 +1,11 @@ ## StrisNegative -Write a function named `StrisNegative()`hat defines whether a number is negative or positive. +Write a function called `StrisNegative()` that defines whether a number is negative or positive. - Your function prints `P` if the number is positive - Your function prints `F` if the number is negative - If the number is zero, print `0`. -- If it's not a number, print `('\n') `. -- Your program should always print `('\n') ` at the end of the output. +- If it's not a number, print `('\n')`. +- Your program should always print `('\n')` at the end of the output. ### Expected function @@ -41,4 +41,3 @@ N ! ! ``` -