Skip to content

Commit

Permalink
Fix wrong English method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
koyhoge committed Nov 14, 2014
1 parent 3684efa commit 268dd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Asakusuma/SugarWrapper/Rest.php
Expand Up @@ -111,9 +111,9 @@ public function setPassword($password = null)
}

/**
* Get logined user information
* Get logged-in user information
*/
public function loginedUserInfo()
public function loggedInUserInfo()
{
return $this->userinfo;
}
Expand Down

0 comments on commit 268dd21

Please sign in to comment.