Updating some interface documentation

where the implementation documentation seemed better.
This commit is contained in:
Peter MacNaughton
2014-02-26 22:08:46 -07:00
parent 9a16c6d778
commit 64bd9d4b9b
3 changed files with 10 additions and 10 deletions
@@ -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>