Skip to content

Commit

Permalink
comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagolove committed Jun 21, 2021
1 parent 61dfab6 commit abdc447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ function splitvByNum(tbl, piecesNum)
return _tl_table_unpack(subTbls)
end

-- что делает эта функция?
function shrink(tbl, value)
assertHelper(tbl)
assert(type(value) == "number", string.format("number expected, but %s is", type(value)))
Expand Down

0 comments on commit abdc447

Please sign in to comment.