Skip to content

Commit ef6a929

Browse files
authored
Fixed minor grammar mistake in metatables.md (#985)
## Changes Fixed a minor grammar mistake found in the word multiplication for the description of the `__mul` metamethod in the documentation of Metatables. Corrected word from "mulitplication" to multiplication. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent d7998a5 commit ef6a929

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)