mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Fixed XML comment: it's an issue comment, not an issue
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user