From e180c955f9397849bdb1ea08f1e913ebac71ed5d Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 4 May 2025 15:38:54 -0400 Subject: [Rust] More cleanup --- rust/src/websocket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/websocket.rs') 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; -- cgit v1.3.1