[pbs-devel] [PATCH proxmox 05/10] router: parsing: docs: fix 'instead' typo

Maximiliano Sandoval m.sandoval at proxmox.com
Tue Dec 3 11:20:33 CET 2024


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 proxmox-router/src/stream/parsing.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxmox-router/src/stream/parsing.rs b/proxmox-router/src/stream/parsing.rs
index a443f83e..69ae1994 100644
--- a/proxmox-router/src/stream/parsing.rs
+++ b/proxmox-router/src/stream/parsing.rs
@@ -20,7 +20,7 @@ where
 impl<R: Send + Sync> Records<R> {
     /// Create a *new buffered reader* for to cerate a record stream from an [`AsyncRead`].
     /// Note: If the underlying type already implements [`AsyncBufRead`], use [`Records::from`]
-    /// isntead!
+    /// instead!
     pub fn new<T>(reader: T) -> Records<BufReader<T>>
     where
         T: AsyncRead + Send + Sync + Unpin + 'static,
-- 
2.39.5





More information about the pbs-devel mailing list