Skip to content

Commit 25e1478

Browse files
authored
Fix some comments (#899)
1 parent 33b4e37 commit 25e1478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/know-problems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Known Problems
22

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

66
## WinAPI
77

Diff for: src/style/types/colored.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub enum Colored {
1919
/// A background color.
2020
BackgroundColor(Color),
2121
/// An underline color.
22-
/// Imporant: doesnt work on windows 10 or lower.
22+
/// Important: doesn't work on windows 10 or lower.
2323
UnderlineColor(Color),
2424
}
2525

0 commit comments

Comments
 (0)