diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index 857ec40a..ad3e9ce1 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -449,18 +449,22 @@ namespace WebSocketSharp
}
///
- /// Gets the value from the specified that contains a pair of name and
- /// value separated by a separator character.
+ /// Gets the value from the specified string that contains a pair of
+ /// name and value separated by a character.
///
///
- /// A that represents the value if any; otherwise, null.
+ ///
+ /// A that represents the value.
+ ///
+ ///
+ /// if the value 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 GetValue (this string nameAndValue, char separator)
{