This commit is contained in:
Aliaksandr Pliutau 2016-12-22 12:12:47 +07:00
parent 30d3047a55
commit 750f7b432e

View File

@ -9,7 +9,7 @@ func Example() {
panic(err)
}
// Retreive access token
// Retrieve access token
_, err = c.GetAccessToken()
if err != nil {
panic(err)