Skip to content

Commit bfbdbfa

Browse files
committed
Update init.lua
1 parent 1c60566 commit bfbdbfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Features/Cleanup/init.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Cleanup.Janitors = {}
3636
Cleanup.Janitor = require(script.Janitor)
3737

3838
--[=[
39-
@since 0.2.4
39+
@since 0.11
4040
@return Janitor
41-
This method returns the specified Janitor class.
41+
This method returns a Janitor class with the given name
4242
]=]
4343
function Cleanup:GetJanitor(janitorName: string?)
4444
if self.Janitors[janitorName] then
@@ -49,7 +49,7 @@ function Cleanup:GetJanitor(janitorName: string?)
4949
end
5050

5151
--[=[
52-
@since 0.2.4
52+
@since 0.11
5353
This method returns all the active Janitor classes.
5454
@return {Janitor}
5555
]=]

0 commit comments

Comments
 (0)