From 69ab73aa232d258da68182b76673a5a8915a61e8 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 13 Dec 2021 13:54:35 -0800 Subject: [PATCH] doc: Fix a popup doc issue. The variable name wasn't in the @param string, so it was called "The". --- lib/awful/popup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/popup.lua b/lib/awful/popup.lua index 22d8d76ee..8757634f1 100644 --- a/lib/awful/popup.lua +++ b/lib/awful/popup.lua @@ -367,10 +367,10 @@ end --- Set the placement function. -- --- @tparam[opt=next_to] function|string|boolean The placement function or name -- (or false to disable placement) +-- -- @property placement --- @param function +-- @tparam[opt=next_to] function|string|boolean placement The placement function or name -- @propemits true false -- @see awful.placement