diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index ad3e9ce1..28167466 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -429,18 +429,22 @@ namespace WebSocketSharp
}
///
- /// Gets the name from the specified that contains a pair of name and
- /// value separated by a separator character.
+ /// Gets the name from the specified string that contains a pair of
+ /// name and value separated by a character.
///
///
- /// A that represents the name if any; otherwise, null.
+ ///
+ /// A that represents the name.
+ ///
+ ///
+ /// if the name is not present.
+ ///
///
///
- /// A that contains a pair of name and value separated by
- /// a separator character.
+ /// A that contains a pair of name and value.
///
///
- /// A that represents the separator character.
+ /// A used to separate name and value.
///
internal static string GetName (this string nameAndValue, char separator)
{