From 69ba9412b9264c9738241df32f2c683a4a230ae8 Mon Sep 17 00:00:00 2001 From: Bo Rydberg <2945606+bolry@users.noreply.github.com> Date: Sun, 3 May 2026 22:39:43 +0200 Subject: [PATCH] Correct TODO comment for If-statement The TODO comment contradics the task at hand which is to check for a non-empty list. --- Condition expressions/If statement/task-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Condition expressions/If statement/task-info.yaml b/Condition expressions/If statement/task-info.yaml index 1df181a..a86f50a 100644 --- a/Condition expressions/If statement/task-info.yaml +++ b/Condition expressions/If statement/task-info.yaml @@ -6,7 +6,7 @@ files: - offset: 236 length: 19 placeholder_text: "# TODO: Write an if statement with a condition to check if\ - \ the list `tasks` is empty." + \ the list `tasks` is not empty." - offset: 322 length: 43 placeholder_text: "# TODO: check if the list is empty now and print 'Now empty!'\