summaryrefslogtreecommitdiff
path: root/rust/src/websocket.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/websocket.rs')
-rw-r--r--rust/src/websocket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/websocket.rs b/rust/src/websocket.rs
index cc1b5f77..4acf10a6 100644
--- a/rust/src/websocket.rs
+++ b/rust/src/websocket.rs
@@ -1,7 +1,7 @@
//! Interface for registering new websocket providers
//!
//! WARNING: Do _not_ use this for anything other than provider registration. If you need to open a
-//! websocket connection use a real websocket library.
+//! websocket connection, use a real websocket library.
mod client;
mod provider;