Skip to content

Commit

Permalink
add missing return annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 22, 2024
1 parent 9967253 commit 5c66990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Noir/Noir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Noir.Version = "1.8.4"
major, minor, patch = Noir:GetVersion()
]]
---@return string major The MAJOR part of the version
---@return string minor The MINOR part of the version
---@return string patch The PATCH part of the version
function Noir:GetVersion()
return table.unpack(Noir.Libraries.String:Split(self.Version, "."))
end
Expand Down

0 comments on commit 5c66990

Please sign in to comment.