diff --git a/websocket-sharp/ErrorEventArgs.cs b/websocket-sharp/ErrorEventArgs.cs
index a4c0b85e..f64d6926 100644
--- a/websocket-sharp/ErrorEventArgs.cs
+++ b/websocket-sharp/ErrorEventArgs.cs
@@ -42,15 +42,14 @@ namespace WebSocketSharp
///
///
///
- /// A event occurs when the gets
- /// an error.
+ /// That event occurs when the gets an error.
///
///
/// If you would like to get the error message, you should access
/// the property.
///
///
- /// And if the error is due to an exception, you can get the exception by accessing
+ /// And if the error is due to an exception, you can get it by accessing
/// the property.
///
///
@@ -84,8 +83,8 @@ namespace WebSocketSharp
/// Gets the exception that caused the error.
///
///
- /// An instance that represents the cause of the error,
- /// or if the error isn't due to an exception.
+ /// An instance that represents the cause of
+ /// the error, or if it is not due to an exception.
///
public Exception Exception {
get {