From 88d037a2bebb634d31aa430b86166cc66e63f333 Mon Sep 17 00:00:00 2001 From: Thomas antony <77287334+thomasantony12@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:16:37 +0530 Subject: [PATCH] Update instructions.append.md --- exercises/practice/hello-world/.docs/instructions.append.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/practice/hello-world/.docs/instructions.append.md b/exercises/practice/hello-world/.docs/instructions.append.md index f70c88daa..d8e02b082 100644 --- a/exercises/practice/hello-world/.docs/instructions.append.md +++ b/exercises/practice/hello-world/.docs/instructions.append.md @@ -58,7 +58,7 @@ After making corrections and implementing your solution, run the tests again. You can run the tests using the online editor or locally on your machine: - To run the tests in the online editor, click the "Run Tests" button. -- To run the tests locally, check [Testing on the Java track][Testing locally on the java track] If the tests fails, that's ok! See what the error message is telling you, change your code and test again, when your tests pass, move on to the next step. +- To run the tests locally, check [Testing on the Java track][Testing locally on the java track] If the tests fail, that's ok! See what the error message tells you: change your code and test again; when your tests pass, move on to the next step. ### Step 3: Submitting your first iteration @@ -103,7 +103,7 @@ exercism download --exercise=two-fer --track=java ### Become a mentor -The heart of Exercism are the conversations about coding practices. +The heart of Exercism is the conversations about coding practices. It's definitely fun to practice, but engaging with others both in their attempts and your own is how you get feedback. That feedback can help point out what you're doing well and where you might need to improve.