From 84a4878585977ce73ed58d34bfc36b50142d70e6 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Mon, 3 Jun 2024 09:53:46 +0200 Subject: [PATCH] Update iroh-net/src/endpoint.rs --- iroh-net/src/endpoint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh-net/src/endpoint.rs b/iroh-net/src/endpoint.rs index 558ec23191..e931d99120 100644 --- a/iroh-net/src/endpoint.rs +++ b/iroh-net/src/endpoint.rs @@ -107,7 +107,7 @@ impl Builder { /// Sets a secret key to authenticate with other peers. /// /// This secret key's public key will be the [`PublicKey`] of this endpoint and thus - /// also its [`NodeId`][] + /// also its [`NodeId`] /// /// If not set, a new secret key will be generated. pub fn secret_key(mut self, secret_key: SecretKey) -> Self {