Skip to content

Commit aea0cc3

Browse files
committed
fix: Correct documentation list item indentation in client_api.rs
1 parent 364016d commit aea0cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/client_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! - `websocket`:
1010
//! - `regular` (native): Using TCP transport directly, for native applications programmed in Rust.
1111
//! - `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).
12+
//! (In order to use this client from JS/Typescript refer to the Typescript std lib).
1313
mod client_events;
1414

1515
#[cfg(all(any(unix, windows), feature = "net"))]

0 commit comments

Comments
 (0)