From 13ccbfb41692f7b623d5b852f4e74baeea04db03 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:46:09 +0100 Subject: [PATCH] typo --- subjects/argsort/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/argsort/README.md b/subjects/argsort/README.md index ebeae084..2c5748e6 100644 --- a/subjects/argsort/README.md +++ b/subjects/argsort/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that checks if an argument is sorted or not,the comparesion should be by index of ascii and all printable characters will be used. +Write a program that checks if an argument is sorted or not, the comparison should be by index of ascii and all printable characters will be used. - Your Program should return `T` followed by a newline (`'\n'`) if the argument is sorted. - Your Program should return `F` followed by a newline (`'\n'`) if the argument is not sorted.