We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663ccc1 + aa82cfd commit d150a69Copy full SHA for d150a69
README.md
@@ -56,7 +56,7 @@ println!("This is {} neat", cyan.apply_to("quite"));
56
57
## Working with ANSI Codes
58
59
-The crate provids the function `strip_ansi_codes` to remove ANSI codes
+The crate provides the function `strip_ansi_codes` to remove ANSI codes
60
from a string as well as `measure_text_width` to calculate the width of a
61
string as it would be displayed by the terminal. Both of those together
62
are useful for more complex formatting.
0 commit comments