diff --git a/src/buffer_line.rs b/src/buffer_line.rs index 205d4e2ae0..ae8d149157 100644 --- a/src/buffer_line.rs +++ b/src/buffer_line.rs @@ -104,7 +104,7 @@ impl BufferLine { /// Set the text alignment /// - /// Will reset shape and layout if it differs from current alignment. + /// Will reset layout if it differs from current alignment. /// Setting to None will use `Align::Right` for RTL lines, and `Align::Left` for LTR lines. /// Returns true if the line was reset pub fn set_align(&mut self, align: Option) -> bool {