From f7d8e012328bb68393e9b9f3d1c3479996d5f04b Mon Sep 17 00:00:00 2001 From: James Sconfitto Date: Sun, 17 Nov 2013 16:02:34 -0500 Subject: [PATCH] Fix xml docs in `NewAuthorization` --- Octokit/Models/Request/NewAuthorization.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit/Models/Request/NewAuthorization.cs b/Octokit/Models/Request/NewAuthorization.cs index 19a48e49..135e018c 100644 --- a/Octokit/Models/Request/NewAuthorization.cs +++ b/Octokit/Models/Request/NewAuthorization.cs @@ -18,8 +18,8 @@ namespace Octokit public string Note { get; set; } /// - // 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. /// public string NoteUrl { get; set; } } -} \ No newline at end of file +}