We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ab54b + ac6cd1f commit 5408138Copy full SHA for 5408138
lib/User.js
@@ -92,8 +92,8 @@ class User extends Requestable {
92
}
93
94
/**
95
- * List users followed by another user
96
- * @see https://developer.github.com/v3/users/followers/#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
97
* @param {Requestable.callback} [cb] - will receive the list of who a user is following
98
* @return {Promise} - the promise for the http request
99
*/
0 commit comments