diff --git a/docs/user_defineable_self_namecall_type.md b/docs/user_defineable_self_namecall_type.md index 99f752d..26c2e5a 100644 --- a/docs/user_defineable_self_namecall_type.md +++ b/docs/user_defineable_self_namecall_type.md @@ -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()