layout: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-12-02 12:41:52 +01:00
parent 2aa6071e33
commit 75d4eaff0e
+1 -1
View File
@@ -44,7 +44,7 @@ type Direction uint8
// computing dimensions for a user interface element.
type Widget func()
// Context carry the state needed by almost all layouts and widgets.
// Context carries the state needed by almost all layouts and widgets.
type Context struct {
// Constraints track the constraints for the active widget or
// layout.