From ed230af9539d3be42e2e463c62cd3ce9aafb11f4 Mon Sep 17 00:00:00 2001 From: SammysHP Date: Wed, 14 Jun 2017 10:42:50 +0200 Subject: [PATCH] Fix documentation --- lib/awful/client.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/client.lua b/lib/awful/client.lua index 970b23ff..72da1290 100644 --- a/lib/awful/client.lua +++ b/lib/awful/client.lua @@ -616,7 +616,7 @@ end -- -- This property is read only. -- @property is_fixed --- @param boolean The floating state +-- @param boolean The fixed size state -- @see size_hints -- @see size_hints_honor @@ -736,7 +736,7 @@ end -- @property y -- @param integer ---- The width of the wibox. +--- The width of the client. -- -- **Signal:** -- @@ -745,7 +745,7 @@ end -- @property width -- @param width ---- The height of the wibox. +--- The height of the client. -- -- **Signal:** --