From d350f820113e57716d9fea3f8270d414c3e03130 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 3 May 2020 17:13:08 +0200 Subject: [PATCH] layout: fix typo Signed-off-by: Elias Naur --- layout/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/context.go b/layout/context.go index 31734ca7..709295cf 100644 --- a/layout/context.go +++ b/layout/context.go @@ -37,7 +37,7 @@ func NewContext(q event.Queue) *Context { } // layout a widget with a set of constraints and return its -// dimensions. The widget dimensions are constrained abd the previous +// dimensions. The widget dimensions are constrained and the previous // constraints are restored after layout. func ctxLayout(gtx *Context, cs Constraints, w Widget) Dimensions { saved := gtx.Constraints