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: