Skip to content

Commit ed84b7a

Browse files
authored
Fixed minor grammar mistake in metatables.md
1 parent b7c0012 commit ed84b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/luau/metatables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Here's the list of available metamethods:
8080
</tr>
8181
<tr>
8282
<td>__mul(table, value)</td>
83-
<td>The * mulitplication operator.</td>
83+
<td>The * multiplication operator.</td>
8484
</tr>
8585
<tr>
8686
<td>__div(table, value)</td>

0 commit comments

Comments
 (0)