docu fixes

This commit is contained in:
Applevangelist 2021-10-05 19:06:49 +02:00
parent c34f30e4a3
commit b28b4db7fd

View File

@ -1549,7 +1549,7 @@ function UTILS.GetOSTime()
end end
--- Shuffle a table accoring to Fisher Yeates algorithm --- Shuffle a table accoring to Fisher Yeates algorithm
--@param #table table to be shuffled --@param #table t Table to be shuffled
--@return #table --@return #table
function UTILS.ShuffleTable(t) function UTILS.ShuffleTable(t)
if t == nil or type(t) ~= "table" then if t == nil or type(t) ~= "table" then