summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/websock.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/websock.js b/include/websock.js
index d9343e8..51d9b62 100644
--- a/include/websock.js
+++ b/include/websock.js
@@ -3,9 +3,8 @@
* Copyright (C) 2012 Joel Martin
* Licensed under MPL 2.0 (see LICENSE.txt)
*
- * Websock is similar to the standard WebSocket object but Websock
- * enables communication with raw TCP sockets (i.e. the binary stream)
- * via websockify.
+ * Websock is similar to the standard WebSocket object but with extra
+ * buffer handling.
*
* Websock has built-in receive queue buffering; the message event
* does not contain actual data but is simply a notification that