aboutsummaryrefslogtreecommitdiff
path: root/library/lullaby/thread.lua
diff options
context:
space:
mode:
Diffstat (limited to 'library/lullaby/thread.lua')
-rw-r--r--library/lullaby/thread.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/lullaby/thread.lua b/library/lullaby/thread.lua
index 43e897d..fc29e90 100644
--- a/library/lullaby/thread.lua
+++ b/library/lullaby/thread.lua
@@ -65,7 +65,7 @@ function buffer.get(T) end
---sets the value of the buffer
---@param T buffer-table
---@param value any
----@return nil
+---@return any prev previous table value
function buffer.set(T, value) end
---calls a function with a parameter that is the value of the buffer, return the new value of the buffer