From a04a2ee8dc56f7eb51efad1f26908873057190bf Mon Sep 17 00:00:00 2001 From: stephen-hero <78870893+stephen-hero@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:07:29 +0200 Subject: [PATCH] Update task.md (#209) language checked --- AlmostDone/applyBordersFilterFunction/task.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/AlmostDone/applyBordersFilterFunction/task.md b/AlmostDone/applyBordersFilterFunction/task.md index 6de4f1d3..4fb3d41a 100644 --- a/AlmostDone/applyBordersFilterFunction/task.md +++ b/AlmostDone/applyBordersFilterFunction/task.md @@ -1,14 +1,14 @@ -In this task we will add several _signatures_ of functions and implement one of them. +In this task, we will define the _signatures_ for several functions and implement one of them. ### Task Add several functions to the game: -- _applyBordersFilter_, which has one string argument `picture` - and returns a new picture with applied filter. - You don't need to implement this function now, it is enough to use the `TODO` - function instead of implementation as a temporary solution. - We will implement this function during solving next tasks. +- _applyBordersFilter_, which takes one string argument, `picture`, + and returns a new picture with the filter applied. + For now, you don't need to fully implement this function. Instead, it is enough to use the `TODO` + function as a placeholder for future implementation. + We will implement this function when solving later tasks.