Skip to content

Commit 193c0ed

Browse files
committed
docs(embedded-io): fix typo
1 parent ed5b5a7 commit 193c0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

embedded-io/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ pub trait Write: ErrorType {
485485
}
486486
}
487487

488-
/// Blocking seek within streams.\
488+
/// Blocking seek within streams.
489489
///
490490
/// The `Seek` trait provides a cursor which can be moved within a stream of
491491
/// bytes.

0 commit comments

Comments
 (0)