diff --git a/Octokit/Clients/IIssueReactionsClient.cs b/Octokit/Clients/IIssueReactionsClient.cs index ca5fabf5..5860daa0 100644 --- a/Octokit/Clients/IIssueReactionsClient.cs +++ b/Octokit/Clients/IIssueReactionsClient.cs @@ -18,7 +18,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// The issue id - /// A of representing s for a specified issue. + /// A of representing s for a specified issue. Task> GetAll(string owner, string name, int number); /// diff --git a/Octokit/Clients/IssueReactionsClient.cs b/Octokit/Clients/IssueReactionsClient.cs index 914ed77f..dc57f21b 100644 --- a/Octokit/Clients/IssueReactionsClient.cs +++ b/Octokit/Clients/IssueReactionsClient.cs @@ -41,7 +41,7 @@ namespace Octokit /// The owner of the repository /// The name of the repository /// The issue id - /// A of representing s for a specified issue. + /// A of representing s for a specified issue. public Task> GetAll(string owner, string name, int number) { Ensure.ArgumentNotNullOrEmptyString(owner, "owner");