From 64b192752a06a4d66129cfb26bb67cd1dede260f Mon Sep 17 00:00:00 2001 From: Kevin Litchfield Date: Mon, 27 Feb 2017 08:01:39 -0500 Subject: [PATCH] Clarify role of function --- exercises/hello-world/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.