Skip to content

Commit 78ca57f

Browse files
authored
Fix typo in SetCurrentDialog comment
1 parent e5ab49e commit 78ca57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wingui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func MessageLoop() {
9191
}
9292

9393
// SetCurrentDialog make sure Message Loop could process dialog msg correct,such as Tabstop msg.
94-
// This is a optional method.
94+
// This is an optional method.
9595
func SetCurrentDialog(h win.HWND) {
9696
dlg = h
9797
}

0 commit comments

Comments
 (0)