Skip to content

Commit f145635

Browse files
committed
doc: improve phrasing
1 parent cc5074f commit f145635

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
//!
5151
//! # Overview
5252
//!
53-
//! Use [`Uart16550Tty`] for a quick start. For more fine-grained low-level
54-
//! control, please have a look at [`Uart16550`] instead.
53+
//! Use [`Uart16550Tty`] for a quick start to write to a terminal via your
54+
//! serial connection. For more fine-grained low-level control, please have a
55+
//! look at [`Uart16550`] instead. The following examples refer to the latter.
5556
//!
5657
//! # Example (Minimal - x86 Port IO)
5758
//!

0 commit comments

Comments
 (0)