From 75d4eaff0e01105dd95a7494fdf90189bc692621 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 2 Dec 2019 12:41:52 +0100 Subject: [PATCH] layout: fix typo Signed-off-by: Elias Naur --- layout/layout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/layout.go b/layout/layout.go index 715bcff7..af795fb6 100644 --- a/layout/layout.go +++ b/layout/layout.go @@ -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.