diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs
index f6df8f72..7c34be7a 100644
--- a/websocket-sharp/Net/NetworkCredential.cs
+++ b/websocket-sharp/Net/NetworkCredential.cs
@@ -48,14 +48,15 @@ namespace WebSocketSharp.Net
///
/// Initializes a new instance of the class with
- /// the specified user name and password.
+ /// the specified and .
///
///
- /// A that represents the user name associated with the credentials.
+ /// A that represents the username associated with
+ /// the credentials.
///
///
- /// A that represents the password for the user name associated with
- /// the credentials.
+ /// A that represents the password for the username
+ /// associated with the credentials.
///
///
/// is .