Skip to content

Commit

Permalink
fix rustdoc hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Sep 8, 2023
1 parent e3896b8 commit c4693f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/webrtc-websys/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl libp2p_core::Transport for Transport {

/// Checks if local Firefox.
///
/// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1659672 for more details
/// See: `<https://bugzilla.mozilla.org/show_bug.cgi?id=1659672>` for more details
fn maybe_local_firefox() -> bool {
let window = &web_sys::window().expect("window should be available");
let ua = match window.navigator().user_agent() {
Expand Down

0 comments on commit c4693f0

Please sign in to comment.