Removed all from ItemState and made some comment changes

This commit is contained in:
Prayank Mathur
2016-03-29 17:24:59 +05:30
parent d37774a9c2
commit c51bb071de
3 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace Octokit
}
/// <summary>
/// "open", "closed" or "all" to filter by state. Default is "open".
/// Which PullRequests to get. The default is <see cref="ItemStateFilter.Open"/>
/// </summary>
public ItemStateFilter State { get; set; }