Skip to content

Commit 3f546f7

Browse files
committed
Cleanup: fix comment
1 parent 79f6953 commit 3f546f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gui/context/list_context_trait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (self *ListContextTrait) FocusLine() {
3030

3131
// Doing this at the end of the layout function because we need the view to be
3232
// resized before we focus the line, otherwise if we're in accordion mode
33-
// the view could be squashed and won't how to adjust the cursor/origin.
33+
// the view could be squashed and won't know how to adjust the cursor/origin.
3434
// Also, refreshing the viewport needs to happen after the view has been resized.
3535
self.c.AfterLayout(func() error {
3636
oldOrigin, _ := self.GetViewTrait().ViewPortYBounds()

0 commit comments

Comments
 (0)