Skip to content

Commit 75cab89

Browse files
committed
fix mistake in documentation
1 parent f8495ae commit 75cab89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwasm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Hamza <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/websocket.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//! # use wasm_bindgen_futures::spawn_local;
88
//! # use futures::{SinkExt, StreamExt};
99
//! # macro_rules! console_log {
10-
//! ($($expr:expr),*) => {{}};
11-
//! }
10+
//! # ($($expr:expr),*) => {{}};
11+
//! # }
1212
//! # fn no_run() {
1313
//! let ws = WebSocket::open("wss://echo.websocket.org").unwrap();
1414
//!

0 commit comments

Comments
 (0)