diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index c4998348..862e557e 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2420,7 +2420,9 @@ namespace WebSocketSharp
///
///
/// A that represents the status code indicating
- /// the reason for the close.
+ /// the reason for the close. The status codes are defined in
+ ///
+ /// Section 7.4 of RFC 6455.
///
public void CloseAsync (ushort code)
{