doc: Fix a popup doc issue.

The variable name wasn't in the @param string, so it was called "The".
This commit is contained in:
Emmanuel Lepage Vallee 2021-12-13 13:54:35 -08:00
parent 87a69c4d4d
commit 69ab73aa23
1 changed files with 2 additions and 2 deletions

View File

@ -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