Skip to content

Commit

Permalink
Update MasterWindow.go
Browse files Browse the repository at this point in the history
Fixes golangci-lint for godot
  • Loading branch information
cjbrigato authored Sep 21, 2024
1 parent 6c6318b commit 793a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MasterWindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
MasterWindowFlagsFrameless
// Specifies whether the window will be transparent.
MasterWindowFlagsTransparent
// Specifies wheter the windows will be hidden (for use with multiple windows)
// Specifies wheter the windows will be hidden (for use with multiple windows).

Check failure on line 28 in MasterWindow.go

View workflow job for this annotation

GitHub Actions / Lint

`wheter` is a misspelling of `whether` (misspell)
MasterWindowFlagsHidden
)

Expand Down

0 comments on commit 793a7b6

Please sign in to comment.