diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs
index e12fc6f4..4cb13795 100644
--- a/websocket-sharp/Ext.cs
+++ b/websocket-sharp/Ext.cs
@@ -908,22 +908,25 @@ namespace WebSocketSharp
}
///
- /// Tries to create a for WebSocket with
+ /// Tries to create a new for WebSocket with
/// the specified .
///
///
- /// true if a is successfully created; otherwise, false.
+ /// true if the was successfully created;
+ /// otherwise, false.
///
///
/// A that represents a WebSocket URL to try.
///
///
- /// When this method returns, a that represents a WebSocket URL,
- /// or if is invalid.
+ /// When this method returns, a that
+ /// represents the WebSocket URL or
+ /// if is invalid.
///
///
- /// When this method returns, a that represents an error message,
- /// or if is valid.
+ /// When this method returns, a that
+ /// represents an error message or
+ /// if is valid.
///
internal static bool TryCreateWebSocketUri (
this string uriString, out Uri result, out string message