From 085b4c5b276adede07682e5f31210ca6dda3cb9e Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:46:03 +0100 Subject: [PATCH] Update README.md --- subjects/nbrconvertalpha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/nbrconvertalpha/README.md b/subjects/nbrconvertalpha/README.md index ee21124c..fa76a104 100644 --- a/subjects/nbrconvertalpha/README.md +++ b/subjects/nbrconvertalpha/README.md @@ -6,7 +6,7 @@ Write a **program** that prints the corresponding letter in the `n` position of For example `1` matches `a`, `2` matches `b`, etc. If `n` does not match a valid position of the alphabet or if the argument is not an integer, the **program** should print a space (" "). -A flag `--upper` should be implemented. When used the program prints the result in upper case. The flag will always be the first argument. +A flag `--upper` should be implemented. When used, the program prints the result in upper case. The flag will always be the first argument. ### Usage