summaryrefslogtreecommitdiff
path: root/examples/websockets/doc/simplechat.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/doc/simplechat.qdoc')
-rw-r--r--examples/websockets/doc/simplechat.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/websockets/doc/simplechat.qdoc b/examples/websockets/doc/simplechat.qdoc
index 506d45a..13591a0 100644
--- a/examples/websockets/doc/simplechat.qdoc
+++ b/examples/websockets/doc/simplechat.qdoc
@@ -44,9 +44,9 @@
\title Simple Chat Example
\ingroup qtwebsockets-examples
\brief Shows how to use the QWebSocket and QWebSocketServer classes
- for creating a minimalistic chat application over websockets.
+ for creating a minimalistic chat application over the WebSocket protocol.
The Simple Chat Example shows how to use the QWebSocket and QWebSocketServer
- classes to create a minimalistic chat application over websockets.
+ classes to create a minimalistic chat application over the WebSocket protocol.
*/