Skip to content

Commit b6d94e3

Browse files
committed
chore: make some documents clearer
Signed-off-by: wyrapeseed <wyrapeseed@outlook.com>
1 parent f7aff1c commit b6d94e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/anstyle/src/color.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pub enum Color {
55
/// Available 4-bit ANSI color palette codes
66
///
7-
/// The user's terminal defines the meaning of the each palette code.
7+
/// The user's terminal defines the meaning of each palette code.
88
Ansi(AnsiColor),
99
/// 256 (8-bit) color support
1010
///
@@ -131,7 +131,7 @@ impl From<(u8, u8, u8)> for Color {
131131

132132
/// Available 4-bit ANSI color palette codes
133133
///
134-
/// The user's terminal defines the meaning of the each palette code.
134+
/// The user's terminal defines the meaning of each palette code.
135135
#[allow(clippy::exhaustive_enums)]
136136
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
137137
#[repr(u8)]

0 commit comments

Comments
 (0)