Removes doc comment typos.

Not sure how those 's' characters got there, but they would show up in the VS tooltip.
This commit is contained in:
Micah Zoltu
2015-01-17 12:33:08 -08:00
parent 37ded26d12
commit c351028d38
+3 -3
View File
@@ -21,17 +21,17 @@ namespace Octokit
/// </summary>
public string Description { get; set; }
/// <summary>s
/// <summary>
/// Optional. Gets or sets whether to enable downloads for the new repository. The default is true.
/// </summary>
public bool? HasDownloads { get; set; }
/// <summary>s
/// <summary>
/// Optional. Gets or sets whether to enable issues for the new repository. The default is true.
/// </summary>
public bool? HasIssues { get; set; }
/// <summary>s
/// <summary>
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.
/// </summary>
public bool? HasWiki { get; set; }