From 1b79dec685ee18da8e5b779180f64b1be330a993 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 7 Oct 2019 21:45:41 -0400 Subject: [PATCH] Fix typo and wrong property name in popup docs Fix typo: maxmimum -> maximum and fix wrong name of the property. --- lib/awful/popup.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/awful/popup.lua b/lib/awful/popup.lua index fd87a3043..cc6e69048 100644 --- a/lib/awful/popup.lua +++ b/lib/awful/popup.lua @@ -293,9 +293,9 @@ end -- @property minimum_height -- @tparam[opt=1] number The minimum height ---- The popup minimum width. --- @property maxmimum_width --- @tparam[opt=1] number The maxmimum width +--- The popup maximum width. +-- @property maximum_width +-- @tparam[opt=1] number The maximum width --- The popup maximum height. -- @property maximum_height