From be7bc5bacf615ef9d00f88a0cd0e70e6036f008c Mon Sep 17 00:00:00 2001 From: Ali Serag Date: Mon, 18 Mar 2024 12:41:36 -0700 Subject: [PATCH] Update Lesson 5.md --- doc/docs/Module 3/Lesson 5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/Module 3/Lesson 5.md b/doc/docs/Module 3/Lesson 5.md index 10074bb..c171649 100644 --- a/doc/docs/Module 3/Lesson 5.md +++ b/doc/docs/Module 3/Lesson 5.md @@ -3,7 +3,7 @@ title: "Lesson 5 - Creating Knight" sidebar_position: 5 --- -In Module 2 function declaration lesson, we have created a first function called `createKnight`. In this lesson, we will use that function to create our first knight. +In the Module 2 function declaration lesson, we have created a first function called `createKnight`. In this lesson, we will use that function to create our first knight. - To create a resource, we will use the `create` keyword and the `move` operator `<-`. - You use the `create` keyword to initialize a resource. Resources must be created before you can use them.