Skip to content

Commit 0545b97

Browse files
authored
Merge pull request #277 from wyrapeseed/main
chore: make some documents clearer
2 parents f7aff1c + b6d94e3 commit 0545b97

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)