rstacruz / cheatsheets

Cheatsheets for web development - devhints.io
https://devhints.io
13.84k stars 3.59k forks source link

Missing example in lua cheatsheet at table operators #2017

Open noob10293 opened 1 year ago

noob10293 commented 1 year ago

Nice cheatsheet!

-- Call
-- __call(func, ...)

here should be

-- Call
-- __call(func, ...)
t.func(...)
t:func(...)