Doc typo mislabeled height

This commit is contained in:
Peter Lyons 2020-09-19 08:28:00 -06:00 committed by GitHub
parent d06069e5dc
commit 764b84da56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3380,7 +3380,7 @@ HANDLE_TITLEBAR(left, CLIENT_TITLEBAR_LEFT)
* @tparam integer geo.x The horizontal position. * @tparam integer geo.x The horizontal position.
* @tparam integer geo.y The vertical position. * @tparam integer geo.y The vertical position.
* @tparam integer geo.width The width. * @tparam integer geo.width The width.
* @tparam integer geo.width The height. * @tparam integer geo.height The height.
* @treturn table A table with client geometry and coordinates. * @treturn table A table with client geometry and coordinates.
* @method geometry * @method geometry
* @see struts * @see struts