Skip to content

Commit c48e3d0

Browse files
committed
Update: Fixed godoc
1 parent b1ad7db commit c48e3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotgo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ func GetActive() Handle {
891891
return Handle(GetActiveC())
892892
}
893893

894-
// GetActive get the active window
894+
// GetActiveC get the active window
895895
func GetActiveC() C.MData {
896896
mdata := C.get_active()
897897
// fmt.Println("active----", mdata)

0 commit comments

Comments
 (0)