From 1dfb4e081f20c8677442a592012328bcb1879a34 Mon Sep 17 00:00:00 2001 From: LengthenedGradient <109800352+LengthenedGradient@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:19:05 -0400 Subject: [PATCH] Fix Return Description Of GetGroup --- lua/acf/core/classes/grouped.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/acf/core/classes/grouped.lua b/lua/acf/core/classes/grouped.lua index e684b6c9d..be94bcf33 100644 --- a/lua/acf/core/classes/grouped.lua +++ b/lua/acf/core/classes/grouped.lua @@ -76,7 +76,7 @@ end --- Gets a group given its ID and the namespace it's stored in --- @param Namespace string The namespace to lookup the group in --- @param ID string The ID of the group ---- @return table | nil # The group or group item if found +--- @return table | nil # The group if found function Classes.GetGroup(Namespace, ID) if not istable(Namespace) then return end if not isstring(ID) then return end