You've already forked ansi-width
mirror of
https://github.com/uutils/ansi-width.git
synced 2026-06-10 16:13:22 -07:00
fix phrasing in ansi_width function docstring
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ const ESC: char = '\x1b';
|
||||
|
||||
/// Calculate the width of a string.
|
||||
///
|
||||
/// The the [crate documentation](crate) for more information.
|
||||
/// See the [crate documentation](crate) for more information.
|
||||
pub fn ansi_width(s: &str) -> usize {
|
||||
let mut width = 0;
|
||||
let mut chars = s.chars();
|
||||
|
||||
Reference in New Issue
Block a user