From 5fbd916b5c223bfc959c09ec129069c3713df7b1 Mon Sep 17 00:00:00 2001 From: void-walker-walking Date: Tue, 2 Sep 2025 16:18:09 +0530 Subject: [PATCH] Fix: missing space in Day 3 Booleans File line #75 --- 03_Day_Booleans_operators_date/03_booleans_operators_date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_Day_Booleans_operators_date/03_booleans_operators_date.md b/03_Day_Booleans_operators_date/03_booleans_operators_date.md index bb376ae..40b7e0b 100644 --- a/03_Day_Booleans_operators_date/03_booleans_operators_date.md +++ b/03_Day_Booleans_operators_date/03_booleans_operators_date.md @@ -72,7 +72,7 @@ We agreed that boolean values are either true or false. ### Truthy values -- All numbers(positive and negative) are truthy except zero +- All numbers (positive and negative) are truthy except zero - All strings are truthy except an empty string ('') - The boolean true