From e63c19c82fd9bfe0089e20cab0b8ba3b7a911eee Mon Sep 17 00:00:00 2001 From: James R Sconfitto Date: Wed, 6 Nov 2013 21:42:07 -0500 Subject: [PATCH] Quick pass of stargazer docs --- Octokit/Clients/StarredClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit/Clients/StarredClient.cs b/Octokit/Clients/StarredClient.cs index b1d9b3a3..0d2ee2ff 100644 --- a/Octokit/Clients/StarredClient.cs +++ b/Octokit/Clients/StarredClient.cs @@ -11,10 +11,10 @@ namespace Octokit } /// - /// Retrieves all of the starred (ies) for the current user. + /// Retrieves all of the stargazers for the passed repository. /// /// Thrown if the client is not authenticated. - /// A of . + /// A of . public Task> GetAllStargazers(string owner, string repo) { return ApiConnection.GetAll(ApiUrls.Stargazers(owner, repo));