Fix JoinHorizontal docs (#247)

This commit is contained in:
Ben Iofel 2024-03-14 11:00:06 -04:00 committed by GitHub
parent 439c06fae6
commit 552cd7298f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ import (
// the position, with 0 being all the way at the top and 1 being all the way
// at the bottom.
//
// If you just want to align to the left, right or center you may as well just
// If you just want to align to the top, center or bottom you may as well just
// use the helper constants Top, Center, and Bottom.
//
// Example: