Minor adjustments to the API methods

This commit is contained in:
Kristian Hellang
2013-12-01 23:06:43 +01:00
parent 9a9362df76
commit d1361ead6c
12 changed files with 44 additions and 74 deletions

View File

@@ -7,7 +7,7 @@ namespace Octokit
/// <summary>
/// The gist comment id.
/// </summary>
public string Id { get; set; }
public int Id { get; set; }
/// <summary>
/// The URL for this gist comment.