Skip to content

Commit

Permalink
#875 fixing doc comments on Issue type
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Aug 30, 2015
1 parent 5a117fe commit b377d27
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 b377d27

Please sign in to comment.