From 31bfcbf0371fd202e7018d9ff6c8a15af346b73d Mon Sep 17 00:00:00 2001 From: Nicholas Dunn Date: Sat, 25 May 2019 17:51:55 -0400 Subject: [PATCH] Fix documentation --- stdlib/area/area.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/area/area.lua b/stdlib/area/area.lua index 07de0e6e..14b39411 100644 --- a/stdlib/area/area.lua +++ b/stdlib/area/area.lua @@ -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])