mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Fixed up some simple documentation typos/missing params
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Octokit
|
||||
{
|
||||
/// <summary>
|
||||
/// Describes a new milestone to create via the <see cref="IMilestonesClient.Create(NewMilestone)"/> method.
|
||||
/// Describes a new milestone to create via the <see cref="IMilestonesClient.Create(string,string,NewMilestone)"/> method.
|
||||
/// </summary>
|
||||
public class NewMilestone
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user