Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexela committed May 25, 2019
1 parent b38f241 commit 31bfcbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/area/area.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ end
--- Converts an area in either array or table format to an area with a metatable.
-- Returns itself if it already has a metatable
-- @tparam Concepts.BoundingBox area the area to convert
-- @tparam boolean copy return a new copy
-- @treturn Concepts.BoundingBox a converted area
function Area.new(area)
local left_top = Position.new(area.left_top or area[1])
Expand Down

0 comments on commit 31bfcbf

Please sign in to comment.