Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Jun 8, 2016
1 parent 3ba975b commit a3ee538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octokit/Models/Response/Issue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Issue(Uri url, Uri htmlUrl, Uri commentsUrl, Uri eventsUrl, int number, I
public string Body { get; protected set; }

/// <summary>
/// Details about the us who has closed this issue.
/// Details about the user who has closed this issue.
/// </summary>
public User ClosedBy { get; protected set; }

Expand Down

0 comments on commit a3ee538

Please sign in to comment.