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));