From 020998abd9a5f3c6905fde524a853b721598a55b Mon Sep 17 00:00:00 2001 From: Bilal Bassam Date: Wed, 27 Nov 2024 12:54:51 +0300 Subject: [PATCH] docs: Permissions.complement param is optional as described per description --- libs/utils/Permissions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/Permissions.lua b/libs/utils/Permissions.lua index 7c069a76..d0c31d63 100644 --- a/libs/utils/Permissions.lua +++ b/libs/utils/Permissions.lua @@ -228,7 +228,7 @@ end --[=[ @m complement -@p other Permissions +@op other Permissions @r Permissions @d Returns a new Permissions object that contains the permissions that are not in `self`, but are in `other` (or the set of all permissions if omitted).