Skip to content

Commit e90ca88

Browse files
committed
fix attempt
1 parent a19e88d commit e90ca88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Features/Cleanup/Janitor.lua

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ end
6868
--[=[
6969
@within Janitor
7070
@since 0.11
71-
@method Give
7271
@param task: any
72+
@method Give
7373
@return nil
7474
7575
**Example:**
@@ -129,7 +129,7 @@ end
129129
:::
130130
]=]
131131

132-
function Janitor:Give(task: any)
132+
function Janitor:Give(task)
133133
local function handleTask(subtask: any)
134134
assert(typeof(task) ~= "boolean", "Task cannot be a boolean")
135135

@@ -157,7 +157,6 @@ end
157157
@within Janitor
158158
@since 0.11
159159
@method Cleanup
160-
@param taskTable: table?
161160
@return nil
162161
163162
Calls for the Janitor to cleanup up all the tasks it was given.

0 commit comments

Comments
 (0)