mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user