From 4a8a1423e86b13fc366f1c115d03fd87239ff427 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 13 Aug 2016 03:05:31 -0400 Subject: [PATCH] doc: Fix improper punctuation (causing an ldoc issue) --- lib/gears/object/properties.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gears/object/properties.lua b/lib/gears/object/properties.lua index f528482a7..d0c80e01b 100644 --- a/lib/gears/object/properties.lua +++ b/lib/gears/object/properties.lua @@ -27,7 +27,7 @@ local function cobj_register(cobj) return fallback end ---- Add the missing properties handler to a CAPI object such as client/tag/screen +--- Add the missing properties handler to a CAPI object such as client/tag/screen. -- Valid args: -- -- * **getter**: A smart getter (handle property getter itself)