Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetty committed Jan 12, 2021
1 parent 74d4f17 commit d19f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func (w *Window) Unmaximize() (err error) {
return
}

// UpdateCustomOptions unmaximize the window
// UpdateCustomOptions updates the window custom options
func (w *Window) UpdateCustomOptions(o WindowCustomOptions) (err error) {
if err = w.ctx.Err(); err != nil {
return
Expand Down

0 comments on commit d19f97e

Please sign in to comment.