Skip to content

Commit

Permalink
Fixed documentation example call for Users#user_roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelf committed Mar 21, 2013
1 parent 2728646 commit 49317a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/angellist_api/client/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def me
# retrieve.
#
# @example Get a user's roles given an id.
# AngellistApi.get_user(1234)
# AngellistApi.user_roles(1234)
def user_roles(id)
get("1/users/#{id}/roles")
end
Expand Down

0 comments on commit 49317a3

Please sign in to comment.