Merge pull request #3565 from pepijnKrijnsen/constraint-doc

Correct width and height documentation
This commit is contained in:
Aire-One 2022-02-14 19:06:21 +01:00 committed by GitHub
commit c39c61f775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -99,8 +99,8 @@ end
--- Set the maximum width to val. nil for no width limit.
--
-- @property height
-- @tparam number height
-- @property width
-- @tparam number width
-- @propemits true false
function constraint:set_width(val)
@ -115,8 +115,8 @@ end
--- Set the maximum height to val. nil for no height limit.
--
-- @property width
-- @tparam number width
-- @property height
-- @tparam number height
-- @propemits true false
function constraint:set_height(val)