fixes documentation errors in c0.rs

This commit is contained in:
Frank Zechert 2023-04-01 23:34:22 +02:00
parent 32682a2d08
commit b6a6e55156

View File

@ -6,7 +6,7 @@
//! see [`ANNOUNCER_SEQUENCE`]. //! see [`ANNOUNCER_SEQUENCE`].
//! //!
//! It is assumed that even with no invoked C0 set, the control character `ESCAPE` ([`ESC`]) is always available, and is //! It is assumed that even with no invoked C0 set, the control character `ESCAPE` ([`ESC`]) is always available, and is
//! represented by bit combination `01/00`. //! represented by bit combination `01/11`.
//! //!
//! ## Usage //! ## Usage
//! //!