From ac6cd1f69e4770ced303c4a9723239f3266cca57 Mon Sep 17 00:00:00 2001 From: luisborit Date: Thu, 4 Feb 2021 23:48:09 -0500 Subject: [PATCH] comment edited --- lib/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/User.js b/lib/User.js index 64d377fd..a6f22324 100644 --- a/lib/User.js +++ b/lib/User.js @@ -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