Skip to content

Commit

Permalink
Fix doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Feb 18, 2025
1 parent 1c63159 commit ea27635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parley/src/layout/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pub(crate) struct LayoutData<B: Brush> {
pub(crate) line_items: Vec<LineItemData>,

// Output of alignment
/// Whether the layout is aligned with [`Alignment::Justified`].
/// Whether the layout is aligned with [`crate::Alignment::Justified`].
pub(crate) is_aligned_justified: bool,
/// The width the layout was aligned to.
pub(crate) alignment_width: f32,
Expand Down

0 comments on commit ea27635

Please sign in to comment.