Skip to content

Commit e6b10a6

Browse files
authored
Merge pull request #729 from hermit-os/embedded-io-typo
docs(embedded-io): fix typo
2 parents ed5b5a7 + 193c0ed commit e6b10a6

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)