diff --git a/exercises/hello-world/description.md b/exercises/hello-world/description.md index 8c748d5b0b..72a19b2037 100644 --- a/exercises/hello-world/description.md +++ b/exercises/hello-world/description.md @@ -4,7 +4,7 @@ or environment. The objectives are simple: -- Write a function that says "Hello, World!". +- Write a function that returns the string "Hello, World!". - Run the test suite and make sure that it succeeds. - Submit your solution and check it at the website.