diff --git a/subjects/toupper/README.md b/subjects/toupper/README.md index 2f2331d51..f35c27fd7 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