Fix a documentation typo

This commit is contained in:
Emmanuel Lepage Vallee 2016-03-23 18:12:04 -04:00
parent d3d0de1245
commit d2c5e36294
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ end
--- Get or set the screen padding. --- Get or set the screen padding.
-- @param _screen The screen object to change the padding on -- @param _screen The screen object to change the padding on
-- @param padding The padding, an table with 'top', 'left', 'right' and/or -- @param padding The padding, a table with 'top', 'left', 'right' and/or
-- 'bottom'. Can be nil if you only want to retrieve padding -- 'bottom'. Can be nil if you only want to retrieve padding
function screen.padding(_screen, padding) function screen.padding(_screen, padding)
_screen = get_screen(_screen) _screen = get_screen(_screen)