diff --git a/src/string_width.gleam b/src/string_width.gleam index a6a9841..a008415 100644 --- a/src/string_width.gleam +++ b/src/string_width.gleam @@ -704,9 +704,7 @@ pub fn position_with( /// /// If a line is already longer than the max width, it will not be changed. /// If the space strings width does not evenly divide the missing amount of -/// columns, the extra spacer will overflow the max width. If there is an uneven -/// amount of lines while vertically centering, box will be slightly pushed -/// towards the top. +/// columns, the extra spacer will overflow the max width. /// /// ### Examples ///