We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364016d commit aea0cc3Copy full SHA for aea0cc3
rust/src/client_api.rs
@@ -9,7 +9,7 @@
9
//! - `websocket`:
10
//! - `regular` (native): Using TCP transport directly, for native applications programmed in Rust.
11
//! - `browser` (wasm): Via wasm-bindgen (and by extension web-sys).
12
-//! (In order to use this client from JS/Typescript refer to the Typescript std lib).
+//! (In order to use this client from JS/Typescript refer to the Typescript std lib).
13
mod client_events;
14
15
#[cfg(all(any(unix, windows), feature = "net"))]
0 commit comments