Update margin.lua (#3930)

Fixed doc typo
This commit is contained in:
Wisker 2024-08-18 14:21:38 +02:00 committed by GitHub
parent 220ae797e9
commit 36204fc259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function margin:fit(context, width, height)
return w + extra_w, h + extra_h return w + extra_w, h + extra_h
end end
--- The widget to be wrapped the the margins. --- The widget to be wrapped by the margins.
-- --
-- @property widget -- @property widget
-- @tparam[opt=nil] widget|nil widget -- @tparam[opt=nil] widget|nil widget