Fixed some typos (#3633)

This commit is contained in:
madprops 2022-06-18 13:38:59 -06:00 committed by GitHub
parent 4254203100
commit 29c0057795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -707,8 +707,7 @@ lua_class_t client_class;
*/ */
/** /**
* Define if the client must be hidden, i.e. never mapped, * Define if the client must be hidden (Never mapped, invisible in taskbar).
* invisible in taskbar.
* *
* @property hidden * @property hidden
* @tparam boolean hidden * @tparam boolean hidden
@ -719,8 +718,7 @@ lua_class_t client_class;
*/ */
/** /**
* Define it the client must be iconify, i.e. only visible in * Define if the client must be iconified (Only visible in taskbar).
* taskbar.
* *
* Minimized clients are still part of tags and screens, but * Minimized clients are still part of tags and screens, but
* they are not displayed. You can unminimize using `c.minimized = false`, * they are not displayed. You can unminimize using `c.minimized = false`,
@ -1184,7 +1182,7 @@ lua_class_t client_class;
*/ */
/** /**
* Set the client sticky, i.e. available on all tags. * Set the client sticky (Available on all tags).
* *
* Please note that AwesomeWM implements `sticky` clients * Please note that AwesomeWM implements `sticky` clients
* per screens rather than globally like some other * per screens rather than globally like some other