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.
///