From cada5cc194ca18130d33bc4418fff2b2d8cfd0ad Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Thu, 21 Mar 2019 09:54:25 +0000 Subject: [PATCH] Update quinn/src/lib.rs Review incorporated Co-Authored-By: ustulation --- quinn/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/src/lib.rs b/quinn/src/lib.rs index 8673e06b5..041df9ea4 100644 --- a/quinn/src/lib.rs +++ b/quinn/src/lib.rs @@ -171,7 +171,7 @@ impl Endpoint { Ok(()) } - /// Get the local endpoint the underlying socket is bound to + /// Get the local `SocketAddr` the underlying socket is bound to pub fn local_addr(&self) -> io::Result { self.inner.borrow().socket.local_addr() }