Skip to content

Commit b4c59ba

Browse files
authored
Update roblox-developer-lesson.md
1 parent 62af01d commit b4c59ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/education/lesson-plans/roblox-developer-lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Teach how to code and create games for the Roblox platform - perfect for educato
207207
<ul>
208208
<li><b>Property</b> - Something that controls how an object looks or behaves, like color or if players can walk through it.</li>
209209
<li><b>Loop</b> - A set of code that repeats until told otherwise.</li>
210-
<li><b>Function</b> - A set of instructions can be e re-used in different parts of a script.</li>
210+
<li><b>Function</b> - A set of instructions that can be re-used in different parts of a script.</li>
211211
</ul>
212212
</td>
213213
</tr>

0 commit comments

Comments
 (0)