From e9b023fe07f26f50d42fe4784a55a9c976f4bc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Sch=C3=B6n?= <60623532+MaaaxiKing@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:54:05 +0100 Subject: [PATCH] improvement: lesson 1: correct content supersedes https://github.com/GDQuest/learn-gdscript/issues/121 --- course/lesson-1-what-code-is-like/content-109371.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lesson-1-what-code-is-like/content-109371.tres b/course/lesson-1-what-code-is-like/content-109371.tres index eda9e035c..53e71ea29 100644 --- a/course/lesson-1-what-code-is-like/content-109371.tres +++ b/course/lesson-1-what-code-is-like/content-109371.tres @@ -6,7 +6,7 @@ script = ExtResource( 1 ) text = "Learning to program can be daunting. -Yet, you want to make video games, so there is no way around learning to program. Every game is a computer program. +Yet, you want to make video games, so there is no way around learning to program. Every video game is a computer program. Programming is the process of writing precise instructions that tell a computer how to perform a task.