Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 18, 2024
1 parent f6d0112 commit 096ac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ewebsock/src/native_tungstenite_tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub(crate) fn ws_connect_impl(
Ok(ws_connect_native(url, options, on_event))
}

/// Like [`ws_connect`], but cannot fail. Only available on native builds.
/// Like [`crate::ws_connect`], but cannot fail. Only available on native builds.
fn ws_connect_native(url: String, options: Options, on_event: EventHandler) -> WsSender {
let (tx, mut rx) = tokio::sync::mpsc::channel(1000);

Expand Down

0 comments on commit 096ac9f

Please sign in to comment.