From 85612744d863f7ebbb4db343f9d212c2cadbb582 Mon Sep 17 00:00:00 2001
From: stephen-hero <78870893+stephen-hero@users.noreply.github.com>
Date: Wed, 20 Dec 2023 17:00:14 +0200
Subject: [PATCH] Update task.md (#202)
language checked
---
AlmostDone/CompleteTheProject/task.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/AlmostDone/CompleteTheProject/task.md b/AlmostDone/CompleteTheProject/task.md
index d7b44de5..7511d41f 100644
--- a/AlmostDone/CompleteTheProject/task.md
+++ b/AlmostDone/CompleteTheProject/task.md
@@ -3,7 +3,7 @@ This time, without a new theoretical part!
### Task
-Finish the game – implement the `photoshop` function, that combines all functions together.
+Complete the game – implement the `photoshop` function, which combines all functions together.
@@ -13,14 +13,14 @@ fun photoshop(): Unit
```
-Firstly, read the picture and the filter using already implemented functions.
+Firstly, read the picture and the filter using the already implemented functions.
Next, print the initial picture to the console with the description `The old image:`,
-apply the filter and print the new picture with its description `The transformed picture:`.
+then apply the filter and print the new picture with the description `The transformed picture:`.
Finally, call this function in the `main` function.
**Note**: to avoid typos, just copy the text from here and paste it into your code.
-Also, the `main` function will be checked - just uncomment code in the `main` function.
+Also, the `main` function will be checked - just uncomment the code in the `main` function.
@@ -38,5 +38,5 @@ If you have any difficulties, **hints will help you solve this task**.
-Try expanding this project yourself! For example, add new predefined pictures or filters.
+Try expanding this project yourself! For example, you can add new predefined pictures or filters.