Fix comment of GetAccountCurrentUser

pull/5/head
178inaba 2017-04-14 15:56:24 +09:00
parent 9cace6b291
commit 1182d1e662
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func (c *Client) GetAccount(id int) (*Account, error) {
return &account, nil
}
// GetAccountCurrentUser return current user Account.
// GetAccountCurrentUser return Account of current user.
func (c *Client) GetAccountCurrentUser() (*Account, error) {
var account Account
err := c.doAPI("GET", "/api/v1/accounts/verify_credentials", nil, &account)