We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19e88d commit e90ca88Copy full SHA for e90ca88
src/Features/Cleanup/Janitor.lua
@@ -68,8 +68,8 @@ end
68
--[=[
69
@within Janitor
70
@since 0.11
71
- @method Give
72
@param task: any
+ @method Give
73
@return nil
74
75
**Example:**
@@ -129,7 +129,7 @@ end
129
:::
130
]=]
131
132
-function Janitor:Give(task: any)
+function Janitor:Give(task)
133
local function handleTask(subtask: any)
134
assert(typeof(task) ~= "boolean", "Task cannot be a boolean")
135
@@ -157,7 +157,6 @@ end
157
158
159
@method Cleanup
160
- @param taskTable: table?
161
162
163
Calls for the Janitor to cleanup up all the tasks it was given.
0 commit comments