We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62af01d commit b4c59baCopy full SHA for b4c59ba
content/en-us/education/lesson-plans/roblox-developer-lesson.md
@@ -207,7 +207,7 @@ Teach how to code and create games for the Roblox platform - perfect for educato
207
<ul>
208
<li><b>Property</b> - Something that controls how an object looks or behaves, like color or if players can walk through it.</li>
209
<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>
+ <li><b>Function</b> - A set of instructions that can be re-used in different parts of a script.</li>
211
</ul>
212
</td>
213
</tr>
0 commit comments