From b6a6e55156ec5d914fb0c62c5c39a35d8986e095 Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Sat, 1 Apr 2023 23:34:22 +0200 Subject: [PATCH] fixes documentation errors in c0.rs --- src/c0.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c0.rs b/src/c0.rs index 6cd967c..eae24df 100644 --- a/src/c0.rs +++ b/src/c0.rs @@ -6,7 +6,7 @@ //! see [`ANNOUNCER_SEQUENCE`]. //! //! 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 //!