From d2c5e362941cf7dbfc9cedf66602c9686992574c Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 23 Mar 2016 18:12:04 -0400 Subject: [PATCH] Fix a documentation typo --- lib/awful/screen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/screen.lua b/lib/awful/screen.lua index e9ecec61..86645535 100644 --- a/lib/awful/screen.lua +++ b/lib/awful/screen.lua @@ -135,7 +135,7 @@ end --- Get or set the screen padding. -- @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 function screen.padding(_screen, padding) _screen = get_screen(_screen)