diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs
index 72749fa5..d81c0d93 100644
--- a/websocket-sharp/MessageEventArgs.cs
+++ b/websocket-sharp/MessageEventArgs.cs
@@ -79,8 +79,8 @@ namespace WebSocketSharp
/// Gets the message data as a .
///
///
- /// A that represents the message data,
- /// or if it cannot be decoded to a string.
+ /// A that represents the message data
+ /// if it can be decoded to a string; otherwise, .
///
public string Data {
get {