Skip to content

Commit

Permalink
docs: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Oct 6, 2024
1 parent 3c7f020 commit fac3b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templateprovider/src/Shared/TemplateProvider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ end

--[=[
Initializes the container provider. Should be done via [ServiceBag].
@param serviceBag ServiceBag
]=]
function TemplateProvider:Init(serviceBag)
assert(not self._serviceBag, "Already initialized")
Expand Down

0 comments on commit fac3b1a

Please sign in to comment.