diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs
index da151a22..ec2ef7c5 100644
--- a/websocket-sharp/MessageEventArgs.cs
+++ b/websocket-sharp/MessageEventArgs.cs
@@ -96,8 +96,9 @@ namespace WebSocketSharp
/// Gets the message data as a .
///
///
- /// A that represents the message data
- /// if it can be decoded to a string; otherwise, .
+ /// A that represents the message data if its type is
+ /// text or ping and if decoding it to a string has successfully done;
+ /// otherwise, .
///
public string Data {
get {