From 5ba1c7bc55fa39ac4546351a699a08eeaba8e1a8 Mon Sep 17 00:00:00 2001 From: karl-police Date: Wed, 31 Jul 2024 19:22:59 +0200 Subject: [PATCH] Update user_defineable_self_namecall_type.md --- docs/user_defineable_self_namecall_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()