Corrected typo

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

View File

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