summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/basic.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua
index 7afbf273..017a06d1 100644
--- a/meta/template/basic.lua
+++ b/meta/template/basic.lua
@@ -141,8 +141,8 @@ function module(name, ...) end
---@generic K, V
---@param table table<K, V>
---@param index? K
----@return K
----@return V
+---@return K?
+---@return V?
---@nodiscard
function next(table, index) end