layout: fix typos

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-02-14 21:17:44 +01:00
parent 69dfd2e3a5
commit 60904dd9a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func (c *Context) Reset(cfg system.Config, size image.Point) {
c.Ops.Reset()
}
// Now returns the configuration time or the the zero time.
// Now returns the configuration time or the zero time.
func (c *Context) Now() time.Time {
if c.cfg == nil {
return time.Time{}
+1 -1
View File
@@ -35,7 +35,7 @@ func Stacked(w Widget) StackChild {
}
// Expanded returns a Stack child that is forced to take up at least
// the the space as the largest Stacked.
// the space as the largest Stacked.
func Expanded(w Widget) StackChild {
return StackChild{
expanded: true,