From eb9558440542b44416ca61ba1caef67b93308d9e Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:18:40 +0100 Subject: [PATCH] small fix --- subjects/getarea/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/getarea/README.md b/subjects/getarea/README.md index b9362bfd..ae447b6d 100644 --- a/subjects/getarea/README.md +++ b/subjects/getarea/README.md @@ -5,8 +5,8 @@ Write a program that takes a positive number as radius and prints the area of a circle. - The area of the circle is `3.14` times the radius squared. - Only positive numbers will be accepted, otherwise print `Error` followed by (`'\n'`) - - if the number of arguments is not `1` print (`'\n'`) - - The ouput should be integer number. + - If the number of arguments is not `1` print (`'\n'`) + - The output must be an integer. ### Usage