We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604a260 commit 6419cd6Copy full SHA for 6419cd6
1 file changed
tutorials/metatables/metatables.md
@@ -1,6 +1,6 @@
1
# Lua Metatables
2
3
-Lua is a minimalistic but powerful scripting language, that only provides few smart mechanisms and doesn't anything,
+Lua is a minimalistic but powerful scripting language, that only provides few smart mechanisms and doesn't enforce anything,
4
which gives us a lot of freedom. One of these mechanisms is the *metatable*. I don't even know if other languages have
5
such thing. Some people think that *metatables* are the Lua *classes*, but that is not really true. Yes, you can mimic OOP
6
using *metatables*, but as mentioned before Lua doesn't enforce anything and you can use them for whatever you can think of.
0 commit comments