We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c32066 commit 91d9253Copy full SHA for 91d9253
src/Features/Cleanup/init.lua
@@ -41,7 +41,7 @@ Cleanup.Janitor = require(script.Janitor)
41
--[=[
42
@since 0.2.4
43
@return Janitor
44
- This method returns a Janitor class.
+ This method returns the specified Janitor class.
45
]=]
46
function Cleanup:GetJanitor(janitorName: string?)
47
if self.Janitors[janitorName] then
0 commit comments