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