From 193c0ed91725fb5436690db52a6366cd3b26042a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 2 Mar 2026 10:55:24 +0100 Subject: [PATCH] docs(embedded-io): fix typo --- embedded-io/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-io/src/lib.rs b/embedded-io/src/lib.rs index 7f56be6f..daca2441 100644 --- a/embedded-io/src/lib.rs +++ b/embedded-io/src/lib.rs @@ -485,7 +485,7 @@ pub trait Write: ErrorType { } } -/// Blocking seek within streams.\ +/// Blocking seek within streams. /// /// The `Seek` trait provides a cursor which can be moved within a stream of /// bytes.