Fix xml docs in NewAuthorization

This commit is contained in:
James Sconfitto
2013-11-17 16:02:34 -05:00
parent ec84b54cb3
commit f7d8e01232
+2 -2
View File
@@ -18,8 +18,8 @@ namespace Octokit
public string Note { get; set; }
/// <summary>
// An optional URL to remind you what app the OAuth token is for.
/// An optional URL to remind you what app the OAuth token is for.
/// </summary>
public string NoteUrl { get; set; }
}
}
}