We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f158e commit b23b7b4Copy full SHA for b23b7b4
1 file changed
tutorials/metatables/metatables.md
@@ -127,7 +127,7 @@ these functions. In this section we learn what these functions parameters are.
127
- `t1` is the left operand of the plus operator
128
- `t2` is the right operand of the plus operator
129
130
-Let's extended code using the new information. If you execute it and follow the printed output along with the code, then
+Let's extend the code using the new information. If you execute it and follow the printed output along with the code, then
131
you should be able to understand what is what. Some more info on the parameters - the names of the parameters can be
132
chosen freely. Also for the `__call` event you can replace the `...` with named parameters.
133
0 commit comments