Skip to content

Commit

Permalink
app: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Naur <[email protected]>
  • Loading branch information
eliasnaur committed May 30, 2024
1 parent b882187 commit 67c77c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type Window struct {
// coalesced tracks the most recent events waiting to be delivered
// to the client.
coalesced eventSummary
// frame tracks the most recently frame event.
// frame tracks the most recent frame event.
lastFrame struct {
sync bool
size image.Point
Expand Down

0 comments on commit 67c77c9

Please sign in to comment.