Skip to content

Commit

Permalink
Merge pull request #876 from Eilon/patch-1
Browse files Browse the repository at this point in the history
#875 fixing doc comments on Issue type
  • Loading branch information
haacked committed Sep 1, 2015
2 parents 5a117fe + b377d27 commit a90d3b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Octokit/Models/Response/Issue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ public Issue(Uri url, Uri htmlUrl, int number, ItemState state, string title, st
}

/// <summary>
/// The URL for this milestone.
/// The URL for this issue.
/// </summary>
public Uri Url { get; protected set; }

/// <summary>
/// The URL for the HTML view of this issue.
/// </summary>
public Uri HtmlUrl { get; protected set; }

/// <summary>
Expand Down

0 comments on commit a90d3b8

Please sign in to comment.