doc: fix typo in awful.wallpaper doc example (#3958)

This commit is contained in:
elig0n 2024-10-27 21:04:03 +02:00 committed by GitHub
parent 2b7006fb45
commit 208129b728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ local s = screen[1] --DOC_HIDE
--DOC_NEWLINE
-- Clip-out some increasingly large sections of add the sun "bars"
-- Clip-out some increasingly large sections to add the sun "bars"
for i=0, 6 do
cr:rectangle(0, height*.28 + i*(height*.055 + i/2), width, height*.055)
end