From a7cd515c0bca6fab09d62004a5706e5c6a541d8a Mon Sep 17 00:00:00 2001 From: VikramShetty Date: Thu, 5 Dec 2013 22:19:43 +0530 Subject: [PATCH] updated documentation as per suggestion by @Shiftkey --- Octokit/Authentication/BasicAuthenticator.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Octokit/Authentication/BasicAuthenticator.cs b/Octokit/Authentication/BasicAuthenticator.cs index 2f992356..21bb3cce 100644 --- a/Octokit/Authentication/BasicAuthenticator.cs +++ b/Octokit/Authentication/BasicAuthenticator.cs @@ -8,10 +8,10 @@ namespace Octokit.Internal class BasicAuthenticator : IAuthenticationHandler { /// - /// + ///Authenticate a request using the basic access authentication scheme /// - ///Http Header request - ///Login & Password + ///The request to authenticate + ///The credentials to attach to the request /// ///See the Basic Authentication documentation for more information. ///