Fixed up some simple documentation typos/missing params

This commit is contained in:
Josh Sullivan
2013-11-04 22:19:35 -05:00
parent 32deb28cbb
commit 306ac7143f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
{