diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs
index 0639baf3..b30b4d91 100644
--- a/websocket-sharp/MessageEventArgs.cs
+++ b/websocket-sharp/MessageEventArgs.cs
@@ -35,13 +35,13 @@ namespace WebSocketSharp
///
///
///
- /// A event occurs when the receives
- /// a text or binary message, or a ping if the property is
- /// set to true.
+ /// That event occurs when the receives a text or
+ /// binary message, or a ping if the
+ /// property is set to true.
///
///
- /// If you would like to get the message data, you should access the or
- /// property.
+ /// If you would like to get the message data, you should access
+ /// the or property.
///
///
public class MessageEventArgs : EventArgs
@@ -81,7 +81,7 @@ namespace WebSocketSharp
///
///
/// A that represents the message data,
- /// or if the message data cannot be decoded to a string.
+ /// or if it cannot be decoded to a string.
///
public string Data {
get {