Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 8, 2024
1 parent d4b0cae commit a230184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn main() {

println!();

// iterate over the ansi colors in pairs (i.e. Black, Bright Black, Red, Bright Red, ...)
// iterate over the 16 ANSI colors in 8 pairs (i.e. Black, Bright Black, Red, Bright Red, ...)
for mocha_ansi_color_pairs in &mocha.ansi_colors.all_pairs() {
for AnsiColor {
name,
Expand Down

0 comments on commit a230184

Please sign in to comment.