From 6c0cc807bd311bd3cd62d987e261aa6b30093e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimpjorps=E2=84=A2?= Date: Fri, 31 Mar 2023 20:31:07 -0400 Subject: [PATCH] Update instructions.md being more explicit that "it" in this case is the function --- exercises/practice/hello-world/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/hello-world/.docs/instructions.md b/exercises/practice/hello-world/.docs/instructions.md index c9570e48..e994178b 100644 --- a/exercises/practice/hello-world/.docs/instructions.md +++ b/exercises/practice/hello-world/.docs/instructions.md @@ -7,7 +7,7 @@ Just say "Hello, World!". The objectives are simple: -- Modify the provided code so that it produces the string "Hello, World!". +- Modify the provided code so that the function returns the string "Hello, World!". - Run the test suite and make sure that it succeeds. - Submit your solution and check it at the website.