This commit is contained in:
Niza Toshpulatov
2025-03-01 01:51:11 +01:00
committed by GitHub
parent 5a11682453
commit c27370703e
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ misc.rep = function(str_or_tbl, count)
return rep
end
---Return the valu is empty or not.
---Return whether the value is empty or not.
---@param v any
---@return boolean
misc.empty = function(v)