mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Updating some interface documentation
where the implementation documentation seemed better.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Octokit.Reactive
|
||||
IObservable<Milestone> GetForRepository(string owner, string name, MilestoneRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a milestone for the specified repository. Any user with pull access to a repository can create an
|
||||
/// Creates a milestone for the specified repository. Any user with pull access to a repository can create a
|
||||
/// Milestone.
|
||||
/// </summary>
|
||||
/// <remarks>http://developer.github.com/v3/issues/milestones/#create-a-milestone</remarks>
|
||||
@@ -52,7 +52,7 @@ namespace Octokit.Reactive
|
||||
IObservable<Milestone> Create(string owner, string name, NewMilestone newMilestone);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a milestone for the specified repository. Any user with pull access to a repository can create an
|
||||
/// Updates a milestone for the specified repository. Any user with pull access to a repository can create a
|
||||
/// Milestone.
|
||||
/// </summary>
|
||||
/// <remarks>http://developer.github.com/v3/issues/milestones/#update-a-milestone</remarks>
|
||||
|
||||
Reference in New Issue
Block a user