Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 12:32:50 -07:00 committed by copycat-killer
parent d614f25b59
commit ff64bfead9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Every widget is output by a `function`.
Unless otherwise expressly noted, `function` returns a `wibox.widget.textbox`.
We say this because, for some widget, `function` return a table to be used for notification and update purposes.
We say this because, for some widget, `function` returns a table to be used for notification and update purposes.
Almost all widgets can be set by an input function called `settings`: you can markup textboxes and do whatever customization within it.