diff --git a/AlmostDone/NullSafety/task.md b/AlmostDone/NullSafety/task.md index bba76bb6..ab42a1d3 100644 --- a/AlmostDone/NullSafety/task.md +++ b/AlmostDone/NullSafety/task.md @@ -3,8 +3,8 @@ Let's implement a function to interact with the user. ### Task Implement the `chooseFilter` function, which asks the user to choose -a filter (`borders` or `squared`, the full text is `Please choose the filter: 'borders' or 'squared'.`) -and returns it. +a filter, either `borders` or `squared`. The full text of the prompt is `Please choose the filter: 'borders' or 'squared'.` +The function should then return the chosen filter.