Merge pull request #165 from Imberflur/patch-1
Small fix for BufferLine::set_align docs
This commit is contained in:
commit
a74b0dedbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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<Align>) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue