Skip to content

Commit

Permalink
comment edited
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoborit committed Feb 5, 2021
1 parent 935488e commit ac6cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class User extends Requestable {
}

/**
* List users followed by another user
* Lists the people who the authenticated user follows.
* @see https://docs.github.com/en/rest/reference/users#list-the-people-the-authenticated-user-follows
* @param {Requestable.callback} [cb] - will receive the list of who a user is following
* @return {Promise} - the promise for the http request
Expand Down

0 comments on commit ac6cd1f

Please sign in to comment.