Skip to content

Commit

Permalink
Fix Return Description Of GetGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Apr 12, 2024
1 parent deab3bc commit 1dfb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/classes/grouped.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dfb4e0

Please sign in to comment.