Fixed XML comment: it's an issue comment, not an issue

This commit is contained in:
Gabriel Weyer
2015-12-23 12:24:49 +11:00
parent cbd9e76cb2
commit c98c865aff
+1 -1
View File
@@ -25,7 +25,7 @@ namespace Octokit
/// <remarks>http://developer.github.com/v3/issues/comments/#get-a-single-comment</remarks>
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <param name="id">The issue id</param>
/// <param name="id">The issue comment id</param>
/// <returns></returns>
public Task<IssueComment> Get(string owner, string name, int id)
{