Skip to content

Commit 6419cd6

Browse files
committed
added missig word
1 parent 604a260 commit 6419cd6

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
@@ -1,6 +1,6 @@
11
# Lua Metatables
22

3-
Lua is a minimalistic but powerful scripting language, that only provides few smart mechanisms and doesn't anything,
3+
Lua is a minimalistic but powerful scripting language, that only provides few smart mechanisms and doesn't enforce anything,
44
which gives us a lot of freedom. One of these mechanisms is the *metatable*. I don't even know if other languages have
55
such thing. Some people think that *metatables* are the Lua *classes*, but that is not really true. Yes, you can mimic OOP
66
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

Comments
 (0)