Corrected typo

This commit is contained in:
Luc Stepniewski 2016-12-07 08:22:40 +01:00 committed by GitHub
parent d694da21f7
commit c01e0ae0dc

View File

@ -192,6 +192,6 @@ func main() {
} }
title:=robotgo.GetTitle() title:=robotgo.GetTitle()
Println("title@@@", "title") Println("title@@@", title)
} }
``` ```