From 536f1afc445c097a1cdc148f75feebb367126c4c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 16:41:24 -0400 Subject: [PATCH] Wording --- lesson-templates/lesson-05-basic-types.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-templates/lesson-05-basic-types.tm b/lesson-templates/lesson-05-basic-types.tm index 1783453..bd2f1f8 100644 --- a/lesson-templates/lesson-05-basic-types.tm +++ b/lesson-templates/lesson-05-basic-types.tm @@ -6,7 +6,7 @@ func main(): # - Int (integer numbers) # - Num (floating-point numbers) # - Text (string values) - # - Bool (true or false) + # - Bool (yes or no) # Fix these variables so they match the expected values: