Fix: fixed typo

This commit is contained in:
vcaesar 2023-07-05 11:02:55 -07:00
parent 8e7a413ec6
commit 6fa2f418fa

View File

@ -88,7 +88,7 @@ func screen() {
fmt.Println("ScaleF: ", s1)
}
sx, sy = robotgo.GetScaleSize()
fmt.Println("get screen sclae size: ", sx, sy)
fmt.Println("get screen scale size: ", sx, sy)
color()
}