Documented missing properties; Whitespace and typo tomfoolery patched

This commit is contained in:
Josh Sullivan
2013-11-05 11:44:54 -05:00
committed by Brendan Forster
parent 6323b62f71
commit a67ce05cef
3 changed files with 20 additions and 4 deletions
+11
View File
@@ -14,8 +14,19 @@ namespace Octokit
/// </summary>
public int Number { get; set; }
/// <summary>
/// The URL for the pull request page.
/// </summary>
public Uri HtmlUrl { get; set; }
/// <summary>
/// The URL for the pull request's diff (.diff) file.
/// </summary>
public Uri DiffUrl { get; set; }
/// <summary>
/// The URL for the pull request's patch (.patch) file.
/// </summary>
public Uri PatchUrl { get; set; }
}
}