Skip to content

Commit b23b7b4

Browse files
committed
type fixed
1 parent e8f158e commit b23b7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/metatables/metatables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ these functions. In this section we learn what these functions parameters are.
127127
- `t1` is the left operand of the plus operator
128128
- `t2` is the right operand of the plus operator
129129

130-
Let's extended code using the new information. If you execute it and follow the printed output along with the code, then
130+
Let's extend the code using the new information. If you execute it and follow the printed output along with the code, then
131131
you should be able to understand what is what. Some more info on the parameters - the names of the parameters can be
132132
chosen freely. Also for the `__call` event you can replace the `...` with named parameters.
133133

0 commit comments

Comments
 (0)