Skip to content

Commit

Permalink
Docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Nov 25, 2023
1 parent cbe014c commit 135fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/trove/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ end
| `RBXScriptConnection` | `object:Disconnect()` |
| `function` | `object()` |
| `thread` | `task.cancel(object)` |
| `table` | `object:Destroy()` _or_ `object:Disconnect()` |
| `table` | `object:Destroy()` _or_ `object:Disconnect()` _or_ `object:destroy()` _or_ `object:disconnect()` |
| `table` with `cleanupMethod` | `object:<cleanupMethod>()` |
Returns the object added.
Expand Down

0 comments on commit 135fcb9

Please sign in to comment.