ui/layout: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-19 18:53:45 +02:00
parent 3817b19bbe
commit 4a1e0a30cb
+1 -1
View File
@@ -40,7 +40,7 @@ type Alignment uint8
type Direction uint8
// Widget is a function that computes a set of dimensions that
// satisfies the given cosntraints.
// satisfies the given constraints.
type Widget func(cs Constraints) Dimensions
const (