From 797e093bcdd4f4cd8b46018805078f1108440147 Mon Sep 17 00:00:00 2001 From: elig0n <31196036+elig0n@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:53:29 +0300 Subject: [PATCH] doc: fix typo in struts.lua (#3964) --- tests/examples/screen/struts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/screen/struts.lua b/tests/examples/screen/struts.lua index 42498661b..92b5f52bb 100644 --- a/tests/examples/screen/struts.lua +++ b/tests/examples/screen/struts.lua @@ -11,7 +11,7 @@ local awful = { --DOC_HIDE -- Wibars and docked clients are the main users of the struts. local wibar = awful.wibar { position = "top", - height = 24, -- this will set the wibar won :struts() to top=24 + height = 24, -- this will set the wibar own :struts() to top=24 } awful.tag.add("1", { --DOC_HIDE