Skip to content

Commit ac6cd1f

Browse files
committed
comment edited
1 parent 935488e commit ac6cd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/User.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class User extends Requestable {
9292
}
9393

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

0 commit comments

Comments
 (0)