From 36204fc2598e7dc95949659397c51ab4b93acd98 Mon Sep 17 00:00:00 2001 From: Wisker Date: Sun, 18 Aug 2024 14:21:38 +0200 Subject: [PATCH] Update margin.lua (#3930) Fixed doc typo --- lib/wibox/container/margin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wibox/container/margin.lua b/lib/wibox/container/margin.lua index eb28eb576..34072895c 100644 --- a/lib/wibox/container/margin.lua +++ b/lib/wibox/container/margin.lua @@ -71,7 +71,7 @@ function margin:fit(context, width, height) return w + extra_w, h + extra_h end ---- The widget to be wrapped the the margins. +--- The widget to be wrapped by the margins. -- -- @property widget -- @tparam[opt=nil] widget|nil widget