doc: fix typos in taglist.lua (#3966)

This commit is contained in:
elig0n 2024-10-14 14:04:04 +03:00 committed by GitHub
parent e12ed2529b
commit 206e6e1cbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---------------------------------------------------------------------------
--- Taglist widget module for awful.
--
-- Here is a more advanced example of how to extent the `taglist`. It provides:
-- Here is a more advanced example of how to extend the `taglist`. It provides:
--
-- * mouse "hover" color
-- * an extra index field
@ -431,7 +431,7 @@ end
--- The current number of tags.
--
-- Note that the `tasklist` is usually lazy-loaded. Reading this property
-- Note that the `taglist` is usually lazy-loaded. Reading this property
-- may cause the widgets to be created. Depending on where the property is called
-- from, it might, in theory, cause an infinite loop.
--