From f1b78d53d7d0009fdef8f0e220bc0c421288c514 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 23 Nov 2023 00:08:16 +0300 Subject: general clean ups for the docs --- net/src/transports/udp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/src/transports/udp.rs') diff --git a/net/src/transports/udp.rs b/net/src/transports/udp.rs index 2050226..ca5b94d 100644 --- a/net/src/transports/udp.rs +++ b/net/src/transports/udp.rs @@ -9,7 +9,7 @@ use crate::{ Error, Result, }; -/// UDP network connection implementations of the `Connection` trait. +/// UDP network connection implementations of the [`Connection`] trait. pub struct UdpConn { inner: UdpSocket, } -- cgit v1.2.3