We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935488e commit ac6cd1fCopy full SHA for ac6cd1f
lib/User.js
@@ -92,7 +92,7 @@ class User extends Requestable {
92
}
93
94
/**
95
- * List users followed by another user
+ * Lists the people who the authenticated user follows.
96
* @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
0 commit comments