Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/docs/Module 3/Lesson 5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down