Skip to content

Commit

Permalink
Merge pull request #62 from spookyvision/patch-1
Browse files Browse the repository at this point in the history
docs: `TcpStream` -> `SerialStream`
  • Loading branch information
estokes authored Dec 31, 2024
2 parents dce8bcc + d113fe6 commit 54e124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub type Result<T> = mio_serial::Result<T>;

/// Async serial port I/O
///
/// Reading and writing to a `TcpStream` is usually done using the
/// Reading and writing to a `SerialStream` is usually done using the
/// convenience methods found on the [`tokio::io::AsyncReadExt`] and [`tokio::io::AsyncWriteExt`]
/// traits.
///
Expand Down

0 comments on commit 54e124a

Please sign in to comment.