From aea08b5fd16ab87416975fdd348e6962ab8b3144 Mon Sep 17 00:00:00 2001 From: David Chin Date: Fri, 12 Jul 2024 16:27:08 +0800 Subject: [PATCH] Update instructions.md Add missing comma --- exercises/concept/weather-forecast/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/weather-forecast/.docs/instructions.md b/exercises/concept/weather-forecast/.docs/instructions.md index 09160d774..f392c579c 100644 --- a/exercises/concept/weather-forecast/.docs/instructions.md +++ b/exercises/concept/weather-forecast/.docs/instructions.md @@ -1,6 +1,6 @@ # Instructions -Goblinocus is a country that takes its weather forecast very seriously. Since you are a renowned responsible and proficient developer, they asked you to write a program that can forecast the current weather condition of various cities in Goblinocus. You were busy at the time and asked one of your friends to do the job instead. After a while, the president of Goblinocus contacted you and said they do not understand your friend's code. When you check the code, you discover that your friend did not act as a responsible programmer and there are no comments in the code. You feel obligated to clarify the program so goblins can understand them as well. +Goblinocus is a country that takes its weather forecast very seriously. Since you are a renowned, responsible and proficient developer, they asked you to write a program that can forecast the current weather condition of various cities in Goblinocus. You were busy at the time and asked one of your friends to do the job instead. After a while, the president of Goblinocus contacted you and said they do not understand your friend's code. When you check the code, you discover that your friend did not act as a responsible programmer and there are no comments in the code. You feel obligated to clarify the program so goblins can understand them as well. ## 1. Document package weather