File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ type context interface {
176176// basicDriver is the subset of [driver] that may be called even after
177177// a window is destroyed.
178178type basicDriver interface {
179- // Event blocks until an even is available and returns it.
179+ // Event blocks until an event is available and returns it.
180180 Event () event.Event
181181 // Invalidate requests a FrameEvent.
182182 Invalidate ()
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ type Window struct {
9393 // coalesced tracks the most recent events waiting to be delivered
9494 // to the client.
9595 coalesced eventSummary
96- // frame tracks the most recently frame event.
96+ // frame tracks the most recent frame event.
9797 lastFrame struct {
9898 sync bool
9999 size image.Point
You can’t perform that action at this time.
0 commit comments