From 04600442a4687aa9806fa825ec2eb0218272b7e8 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:49:12 +0100 Subject: [PATCH] Update README.md slight change to wording to make more grammatical sense. --- subjects/toupper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/toupper/README.md b/subjects/toupper/README.md index 2f2331d5..f35c27fd 100644 --- a/subjects/toupper/README.md +++ b/subjects/toupper/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that capitalizes each letter of a `string`. +Write a function that capitalizes each letter in a `string`. ### Expected function