Skip to content

Commit

Permalink
doc: fix typos in taglist.lua (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
elig0n authored Oct 14, 2024
1 parent e12ed25 commit 206e6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/awful/widget/taglist.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
--
Expand Down

0 comments on commit 206e6e1

Please sign in to comment.