Update user_defineable_self_namecall_type.md

This commit is contained in:
karl-police 2024-07-31 19:22:59 +02:00 committed by GitHub
parent 75464d5752
commit 5ba1c7bc55
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
## Summary
The aim is to allow simple definition of ``self`` when defining functions with ``:``
The aim is to allow simple definition of ``self`` when defining functions with ``:`` in a class OOP context
```lua
function Class:TestMethod()