Skip to content

Commit

Permalink
Fix some comments (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustco committed Jul 31, 2024
1 parent 33b4e37 commit 25e1478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/know-problems.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Known Problems

There are some problems I discovered during development.
And I don't think it has to do anything with crossterm but it has to do whit how terminals handle ANSI or WinApi.
And I don't think it has to do anything with crossterm but it has to do with how terminals handle ANSI or WinApi.

## WinAPI

Expand Down
2 changes: 1 addition & 1 deletion src/style/types/colored.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum Colored {
/// A background color.
BackgroundColor(Color),
/// An underline color.
/// Imporant: doesnt work on windows 10 or lower.
/// Important: doesn't work on windows 10 or lower.
UnderlineColor(Color),
}

Expand Down

0 comments on commit 25e1478

Please sign in to comment.