]> git.proxmox.com Git - pxar.git/commitdiff
doc fixup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Aug 2023 11:11:03 +0000 (13:11 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Aug 2023 11:11:03 +0000 (13:11 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/decoder/aio.rs

index e2166fee8cb7204abcf40aed44c107de062190a1..4de8c6f878c23304e135661ed6bc713060d60ff2 100644 (file)
@@ -85,7 +85,7 @@ mod tok {
     }
 
     impl<T: tokio::io::AsyncRead> TokioReader<T> {
-        /// Create a new [TokioReader] from a type that implements [AsyncRead](tokio::io::AsyncRead).
+        /// Create a new [`TokioReader`] from a type that implements [`AsyncRead`](tokio::io::AsyncRead).
         pub fn new(inner: T) -> Self {
             Self { inner }
         }