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:
parent
87a69c4d4d
commit
69ab73aa23
|
@ -367,10 +367,10 @@ end
|
||||||
|
|
||||||
--- Set the placement function.
|
--- Set the placement function.
|
||||||
--
|
--
|
||||||
-- @tparam[opt=next_to] function|string|boolean The placement function or name
|
|
||||||
-- (or false to disable placement)
|
-- (or false to disable placement)
|
||||||
|
--
|
||||||
-- @property placement
|
-- @property placement
|
||||||
-- @param function
|
-- @tparam[opt=next_to] function|string|boolean placement The placement function or name
|
||||||
-- @propemits true false
|
-- @propemits true false
|
||||||
-- @see awful.placement
|
-- @see awful.placement
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue