Skip to content

Commit d150a69

Browse files
authored
Merge pull request #107 from gabrielfalcao/patch-1
fix: typo
2 parents 663ccc1 + aa82cfd commit d150a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ println!("This is {} neat", cyan.apply_to("quite"));
5656

5757
## Working with ANSI Codes
5858

59-
The crate provids the function `strip_ansi_codes` to remove ANSI codes
59+
The crate provides the function `strip_ansi_codes` to remove ANSI codes
6060
from a string as well as `measure_text_width` to calculate the width of a
6161
string as it would be displayed by the terminal. Both of those together
6262
are useful for more complex formatting.

0 commit comments

Comments
 (0)